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 447 if((k->bytecount == 0) && (k->writebytecount == 0)) {
847 if((k->bytecount == 0) && (k->writebytecount == 0))
    [all...]
http.c 398 bytessent = http->writebytecount;
    [all...]
rtsp.c 586 putsize?&http->writebytecount:NULL);
591 if(http->writebytecount) {
594 Curl_pgrsSetUploadCounter(data, http->writebytecount);
tftp.c 779 k->writebytecount += state->sbytes;
780 Curl_pgrsSetUploadCounter(data, k->writebytecount);
805 Curl_pgrsSetUploadCounter(data, k->writebytecount);
    [all...]
urldata.h 636 curl_off_t writebytecount; /* number of bytes written */ member in struct:SingleRequest
    [all...]

Completed in 120 milliseconds