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

  /external/curl/lib/
file.c 160 data->req.maxdownload = to;
171 data->req.maxdownload = totalsize + 1; /* include last byte */
175 from, data->req.maxdownload));
180 from, to, data->req.maxdownload));
183 data->req.maxdownload = -1;
537 if(data->req.maxdownload > 0)
538 expected_size = data->req.maxdownload;
transfer.c 537 (k->maxdownload <= 0 && nread > 0)) {
719 if((-1 != k->maxdownload) &&
720 (k->bytecount + nread >= k->maxdownload)) {
722 excess = (size_t)(k->bytecount + nread - k->maxdownload);
728 ", maxdownload = %" CURL_FORMAT_CURL_OFF_T
731 k->size, k->maxdownload, k->bytecount, nread);
739 ", maxdownload = %" CURL_FORMAT_CURL_OFF_T
741 excess, k->size, k->maxdownload, k->bytecount);
745 nread = (ssize_t) (k->maxdownload - k->bytecount);
764 if(k->maxdownload == -1 || (curl_off_t)k->hbuflen <= k->maxdownload
    [all...]
ftp.c     [all...]
http.c     [all...]
ssh-libssh.c     [all...]
ssh.c     [all...]
urldata.h 508 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, member in struct:SingleRequest
    [all...]
imap.c     [all...]
http2.c 481 newhandle->req.maxdownload = -1;
    [all...]
url.c     [all...]

Completed in 59 milliseconds