Home | History | Annotate | Download | only in lib

Lines Matching refs:writebytecount

447     if((k->bytecount == 0) && (k->writebytecount == 0)) {
847 if((k->bytecount == 0) && (k->writebytecount == 0))
992 k->writebytecount += bytes_written;
994 if(k->writebytecount == data->state.infilesize) {
1022 Curl_pgrsSetUploadCounter(data, k->writebytecount);
1100 *k->writebytecountp = k->writebytecount; /* write count */
1900 if(http->writebytecount)