sort_8c.tex
1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\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: