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

  /external/curl/lib/
file.c 151 data->state.resume_from = from;
158 data->state.resume_from = from;
166 data->state.resume_from = from;
336 if(data->state.resume_from)
352 if(data->state.resume_from < 0) {
359 data->state.resume_from = (curl_off_t)file_stat.st_size;
374 if(data->state.resume_from) {
375 if((curl_off_t)nread <= data->state.resume_from) {
376 data->state.resume_from -= nread;
381 buf2 = buf + data->state.resume_from;
    [all...]
ssh.c     [all...]
ftp.c     [all...]
http.c     [all...]
progress.c 477 if(data->state.resume_from) {
480 CURL_FORMAT_CURL_OFF_T "\n", data->state.resume_from);
transfer.c 563 if(data->state.resume_from && !k->content_range &&
567 if(k->size == data->state.resume_from) {
    [all...]
urldata.h 1387 curl_off_t resume_from; \/* continue [ftp] transfer from here *\/ member in struct:UrlState
    [all...]
url.c     [all...]
  /external/curl/src/
tool_cb_prg.c 118 bar->initial_size = config->resume_from;
tool_cfgable.h 55 curl_off_t resume_from; member in struct:OperationConfig
tool_operate.c 594 config->resume_from = fileinfo.st_size;
597 config->resume_from = 0;
600 if(config->resume_from) {
604 FILE *file = fopen(outfile, config->resume_from?"ab":"wb",
608 FILE *file = fopen(outfile, config->resume_from?"ab":"wb");
617 outs.init = config->resume_from;
726 config->resume_from = -1; /* -1 will then force get-it-yourself */
    [all...]
tool_getparam.c     [all...]

Completed in 89 milliseconds