Searched refs:headerline (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.h33 bool Curl_compareheader(const char *headerline, /* line to check */
H A Dcookie.c745 bool headerline; local
753 headerline=TRUE;
757 headerline=FALSE;
762 Curl_cookie_add(data, c, headerline, lineptr, NULL, NULL);
H A Dhttp.c1245 * Returns TRUE if 'headerline' contains the 'header' with given 'content'.
1249 Curl_compareheader(const char *headerline, /* line to check */ argument
1264 if(!Curl_raw_nequal(headerline, header, hlen))
1268 start = &headerline[hlen];
2755 if(!k->headerline && (k->hbuflen>5)) {
2787 if(!k->headerline) {
2836 k->headerline = 0; /* restart the header line counter */
3010 if(!k->headerline++) {
H A Durldata.h560 int headerline; /* counts header lines to better track the member in struct:SingleRequest

Completed in 60 milliseconds