Home
last modified time | relevance | path

Searched refs:headerbytecount (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/
Dpingpong.c356 data->req.headerbytecount += (long)gotbytes; in Curl_pp_readresp()
Dhttp_proxy.c437 data->req.headerbytecount += (long)s->perline; in CONNECT()
Dhttp.c1475 data->req.headerbytecount - in Curl_http_done()
3162 data->req.headerbytecount += (long)headerlen; in Curl_http_readwrite_headers()
3165 (100 <= k->httpcode && 199 >= k->httpcode)?data->req.headerbytecount:0; in Curl_http_readwrite_headers()
3764 data->req.headerbytecount += (long)k->hbuflen; in Curl_http_readwrite_headers()
Durldata.h515 long headerbytecount; /* only count received headers */ member
Dtransfer.c1926 if((data->req.bytecount + data->req.headerbytecount == 0) && in Curl_retry_request()
Durl.c4618 data->req.headerbytecount = 0; in Curl_setup_conn()