Home
last modified time | relevance | path

Searched refs:headerbytecount (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dpingpong.c319 data->req.headerbytecount += (unsigned int)gotbytes; in Curl_pp_readresp()
H A Dtransfer.c1204 data->req.headerbytecount = 0; in Curl_pretransfer()
1530 if((data->req.bytecount + data->req.headerbytecount == 0) && in Curl_retry_request()
1546 (data->req.bytecount + data->req.headerbytecount == 0) ) { in Curl_retry_request()
H A Dc-hyper.c415 /* bump headerbytecount to avoid the count remaining at zero and in Curl_hyper_stream()
417 data->req.headerbytecount++; in Curl_hyper_stream()
496 (100 <= http_status && 199 >= http_status)?k->headerbytecount:0; in Curl_hyper_stream()
H A Dhttp.c1566 data->req.headerbytecount - in Curl_http_done()
3901 data->req.headerbytecount += (unsigned int)delta; in Curl_bump_headersize()
4180 (100 <= k->httpcode && 199 >= k->httpcode)?data->req.headerbytecount:0; in http_rw_headers()
H A Durldata.h666 unsigned int headerbytecount; /* received server headers (not CONNECT member

Completed in 18 milliseconds