Home | History | Annotate | Download | only in lib

Lines Matching refs:headerline

1280  * Returns TRUE if 'headerline' contains the 'header' with given 'content'.
1284 Curl_compareheader(const char *headerline, /* line to check */
1299 if(!Curl_raw_nequal(headerline, header, hlen))
1303 start = &headerline[hlen];
2970 if(!k->headerline && (k->hbuflen>5)) {
3002 if(!k->headerline) {
3051 k->headerline = 0; /* restart the header line counter */
3268 if(!k->headerline++) {