Searched refs:gotbytes (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | pingpong.c | 276 ssize_t gotbytes; in Curl_pp_readresp() local 307 gotbytes = (ssize_t)pp->cache_size; in Curl_pp_readresp() 321 &gotbytes); in Curl_pp_readresp() 329 if(!result && (gotbytes > 0)) in Curl_pp_readresp() 331 result = Curl_convert_from_network(data, ptr, gotbytes); in Curl_pp_readresp() 341 else if(gotbytes <= 0) { in Curl_pp_readresp() 354 data->req.headerbytecount += (long)gotbytes; in Curl_pp_readresp() 356 pp->nread_resp += gotbytes; in Curl_pp_readresp() 357 for(i = 0; i < gotbytes; ptr++, i++) { in Curl_pp_readresp() 400 if(!keepon && (i != gotbytes)) { in Curl_pp_readresp() [all …]
|
D | http_proxy.c | 328 ssize_t gotbytes; in CONNECT() local 333 result = Curl_read(conn, tunnelsocket, &byte, 1, &gotbytes); in CONNECT() 345 else if(gotbytes <= 0) { in CONNECT() 464 r = Curl_httpchunk_read(conn, linep + 1, 1, &gotbytes, in CONNECT()
|