HomeSort by relevance Sort by last modified time
    Searched refs:gotbytes (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
pingpong.c 271 ssize_t gotbytes; local
298 gotbytes = (ssize_t)pp->cache_size;
310 &gotbytes);
318 if(!result && (gotbytes > 0))
320 result = Curl_convert_from_network(data, ptr, gotbytes);
330 else if(gotbytes <= 0) {
343 data->req.headerbytecount += (long)gotbytes;
345 pp->nread_resp += gotbytes;
346 for(i = 0; i < gotbytes; ptr++, i++) {
389 if(!keepon && (i != gotbytes)) {
    [all...]
http_proxy.c 257 ssize_t gotbytes; local
288 &gotbytes);
293 else if(gotbytes <= 0) {
314 nread += gotbytes;
324 cl -= gotbytes;
338 r = Curl_httpchunk_read(conn, ptr, gotbytes, &tookcareof);
352 for(i = 0; i < gotbytes; ptr++, i++) {
406 cl -= (gotbytes - i);
420 infof(data, "%zd bytes of chunk left\n", gotbytes-i);
432 gotbytes -i, &gotbytes)
    [all...]

Completed in 2123 milliseconds