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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpingpong.c273 ssize_t gotbytes; local
302 gotbytes = (ssize_t)pp->cache_size;
315 &gotbytes);
323 if((res == CURLE_OK) && (gotbytes > 0))
325 res = Curl_convert_from_network(data, ptr, gotbytes);
336 else if(gotbytes <= 0) {
349 data->req.headerbytecount += (long)gotbytes;
351 pp->nread_resp += gotbytes;
352 for(i = 0; i < gotbytes; ptr++, i++) {
395 if(!keepon && (i != gotbytes)) {
[all...]
H A Dhttp_proxy.c237 ssize_t gotbytes; local
271 &gotbytes);
276 else if(gotbytes <= 0) {
296 nread += gotbytes;
306 cl -= gotbytes;
320 r = Curl_httpchunk_read(conn, ptr, gotbytes, &tookcareof);
334 for(i = 0; i < gotbytes; ptr++, i++) {
388 cl -= (gotbytes - i);
402 infof(data, "%zd bytes of chunk left\n", gotbytes-i);
414 gotbytes
[all...]

Completed in 73 milliseconds