Home
last modified time | relevance | path

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

/curl/lib/
H A Dpingpong.c289 ssize_t gotbytes; in Curl_pp_readresp() local
296 gotbytes = 0; in Curl_pp_readresp()
309 &gotbytes); in Curl_pp_readresp()
316 if(gotbytes <= 0) { in Curl_pp_readresp()
321 result = Curl_dyn_addn(&pp->recvbuf, buffer, gotbytes); in Curl_pp_readresp()
325 data->req.headerbytecount += (unsigned int)gotbytes; in Curl_pp_readresp()
327 pp->nread_resp += gotbytes; in Curl_pp_readresp()
364 gotbytes = 0; /* force break out of outer loop */ in Curl_pp_readresp()
381 } while(gotbytes == sizeof(buffer)); in Curl_pp_readresp()

Completed in 5 milliseconds