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

  /external/curl/lib/
file.c 157 data->req.maxdownload = -from;
165 data->req.maxdownload = totalsize+1; /* include last byte */
169 from, data->req.maxdownload));
174 from, to, data->req.maxdownload));
177 data->req.maxdownload = -1;
534 if(data->req.maxdownload > 0)
535 expected_size = data->req.maxdownload;
transfer.c 496 (k->maxdownload <= 0 && nread > 0)) {
678 if((-1 != k->maxdownload) &&
679 (k->bytecount + nread >= k->maxdownload)) {
681 excess = (size_t)(k->bytecount + nread - k->maxdownload);
689 ", maxdownload = %" CURL_FORMAT_CURL_OFF_T
692 k->size, k->maxdownload, k->bytecount, nread);
700 ", maxdownload = %" CURL_FORMAT_CURL_OFF_T
702 excess, k->size, k->maxdownload, k->bytecount);
706 nread = (ssize_t) (k->maxdownload - k->bytecount);
725 if(k->maxdownload == -1 || (curl_off_t)k->hbuflen <= k->maxdownload
    [all...]
ftp.c     [all...]
http.c     [all...]
ssh.c     [all...]
urldata.h 655 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, member in struct:SingleRequest
    [all...]
imap.c     [all...]
http2.c 423 newhandle->req.maxdownload = -1;
    [all...]
url.c     [all...]

Completed in 92 milliseconds