Searched refs:readbytecount (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.h121 curl_off_t readbytecount; member in struct:HTTP
H A Dhttp.c1456 data->req.bytecount = http->readbytecount + http->writebytecount;
1466 data->req.bytecount = http->readbytecount + http->writebytecount;
1474 ((http->readbytecount +
1712 http->writebytecount = http->readbytecount = 0;
2274 Curl_setup_transfer(conn, FIRSTSOCKET, -1, TRUE, &http->readbytecount,
2345 &http->readbytecount, FIRSTSOCKET,
2398 &http->readbytecount, postsize?FIRSTSOCKET:-1,
2549 &http->readbytecount, http->postdata?FIRSTSOCKET:-1,
2566 Curl_setup_transfer(conn, FIRSTSOCKET, -1, TRUE, &http->readbytecount,
H A Drtsp.c318 &http->readbytecount, -1, NULL);
567 Curl_setup_transfer(conn, FIRSTSOCKET, -1, TRUE, &http->readbytecount,

Completed in 65 milliseconds