\hypertarget{sort_8c}{ \section{src/http/header/sort.c File Reference} \label{sort_8c}\index{src/http/header/sort.c@{src/http/header/sort.c}} } {\ttfamily \#include \char`\"{}http/header.h\char`\"{}}\par Include dependency graph for sort.c: \subsection*{Functions} \begin{DoxyCompactItemize} \item void \hyperlink{sort_8c_ad438f1a61df8ee1f19ef193370b902d2}{httpHeaderSort} (const \hyperlink{structHttpHeader}{HttpHeader} header\mbox{[}$\,$\mbox{]}, int nheader) \end{DoxyCompactItemize} \subsection{Function Documentation} \hypertarget{sort_8c_ad438f1a61df8ee1f19ef193370b902d2}{ \index{sort.c@{sort.c}!httpHeaderSort@{httpHeaderSort}} \index{httpHeaderSort@{httpHeaderSort}!sort.c@{sort.c}} \subsubsection[{httpHeaderSort}]{\setlength{\rightskip}{0pt plus 5cm}void httpHeaderSort ( \begin{DoxyParamCaption} \item[{const {\bf HttpHeader}}]{header\mbox{[}$\,$\mbox{]}, } \item[{int}]{nheader} \end{DoxyParamCaption} )}} \label{sort_8c_ad438f1a61df8ee1f19ef193370b902d2} Definition at line 14 of file sort.c. \begin{DoxyCode} { qsort(header, nheader, sizeof(HttpHeader), comp); } \end{DoxyCode} Here is the caller graph for this function: