Home
last modified time | relevance | path

Searched refs:fillcount (Results 1 – 1 of 1) sorted by last modified time

/curl/lib/
H A Dc-hyper.c646 size_t fillcount; in uploadstreamed() local
659 result = Curl_client_read(data, xfer_ulbuf, xfer_ulblen, &fillcount, &eos); in uploadstreamed()
663 if(fillcount) { in uploadstreamed()
664 hyper_buf *copy = hyper_buf_copy((uint8_t *)xfer_ulbuf, fillcount); in uploadstreamed()
673 data->req.writebytecount += fillcount; in uploadstreamed()

Completed in 22 milliseconds