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

  /external/curl/lib/
http.h 135 curl_off_t writebytecount; member in struct:HTTP
transfer.c 450 if((k->bytecount == 0) && (k->writebytecount == 0)) {
865 if((k->bytecount == 0) && (k->writebytecount == 0))
    [all...]
http.c 398 bytessent = http->writebytecount;
    [all...]
rtsp.c 587 putsize?&http->writebytecount:NULL);
592 if(http->writebytecount) {
595 Curl_pgrsSetUploadCounter(data, http->writebytecount);
tftp.c 792 k->writebytecount += state->sbytes;
793 Curl_pgrsSetUploadCounter(data, k->writebytecount);
818 Curl_pgrsSetUploadCounter(data, k->writebytecount);
    [all...]
urldata.h 660 curl_off_t writebytecount; /* number of bytes written */ member in struct:SingleRequest
    [all...]

Completed in 193 milliseconds