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

  /external/curl/lib/
transfer.c 874 if(0 == data->req.upload_present) {
929 data->req.upload_present = nread;
978 data->req.upload_present = nread;
    [all...]
urldata.h 729 /* 'upload_present' is used to keep a byte counter of how much data there is
731 ssize_t upload_present; member in struct:SingleRequest
735 and the 'upload_present' contains the number of bytes available at this
    [all...]
smtp.c     [all...]

Completed in 618 milliseconds