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

  /external/curl/lib/
pingpong.c 281 ssize_t gotbytes; local
309 gotbytes = (ssize_t)pp->cache_size;
323 &gotbytes);
331 if(!result && (gotbytes > 0))
333 result = Curl_convert_from_network(data, ptr, gotbytes);
343 else if(gotbytes <= 0) {
356 data->req.headerbytecount += (long)gotbytes;
358 pp->nread_resp += gotbytes;
359 for(i = 0; i < gotbytes; ptr++, i++) {
402 if(!keepon && (i != gotbytes)) {
    [all...]
http_proxy.c 332 ssize_t gotbytes; local
342 result = Curl_read(conn, tunnelsocket, s->ptr, 1, &gotbytes);
354 else if(gotbytes <= 0) {
476 r = Curl_httpchunk_read(conn, s->line_start + 1, 1, &gotbytes);

Completed in 204 milliseconds