Searched refs:nread_resp (Results 1 – 2 of 2) sorted by relevance
145 pp->nread_resp = 0; in Curl_pp_init()327 pp->nread_resp += gotbytes; in Curl_pp_readresp()362 *size = pp->nread_resp; /* size of the response */ in Curl_pp_readresp()363 pp->nread_resp = 0; /* restart */ in Curl_pp_readresp()
50 size_t nread_resp; /* number of bytes currently read of a server response */ member
Completed in 8 milliseconds