Searched refs:headerline (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | request.h | 80 int headerline; /* counts header lines to better track the member
|
H A D | http.h | 64 bool Curl_compareheader(const char *headerline, /* line to check */
|
H A D | request.c | 65 req->headerline = 0; in Curl_req_soft_reset() 137 req->headerline = 0; in Curl_req_hard_reset()
|
H A D | http.c | 1077 Curl_compareheader(const char *headerline, /* line to check */ in Curl_compareheader() argument 1096 if(!strncasecompare(headerline, header, hlen)) in Curl_compareheader() 1100 start = &headerline[hlen]; in Curl_compareheader() 3307 if(k->headerline < 2) in verify_header() 3310 if(((hd[0] == ' ') || (hd[0] == '\t')) && k->headerline > 2) in verify_header() 3415 k->headerline = 0; /* restart the header line counter */ in http_on_response() 3442 k->headerline = 0; /* restart the header line counter */ in http_on_response() 3702 if(!k->headerline++) { in http_rw_hd() 3869 if(!k->headerline) { in http_parse_headers() 3908 if(!k->headerline) { in http_parse_headers()
|
H A D | cookie.c | 1258 bool headerline = FALSE; in Curl_cookie_init() local 1262 headerline = TRUE; in Curl_cookie_init() 1267 Curl_cookie_add(data, ci, headerline, TRUE, lineptr, NULL, NULL, TRUE); in Curl_cookie_init()
|
H A D | rtsp.c | 615 in_body = (data->req.headerline && !rtspc->in_header) && in rtp_write_body_junk() 639 bool in_body = (data->req.headerline && !rtspc->in_header) && in rtsp_filter_rtp()
|
H A D | sendf.c | 125 data->req.headerline = 0; in Curl_client_cleanup() 141 data->req.headerline = 0; in Curl_client_reset()
|
Completed in 30 milliseconds