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

  /external/curl/lib/
file.c 154 data->state.resume_from = from;
161 data->state.resume_from = -to;
172 data->state.resume_from = from;
341 if(data->state.resume_from)
357 if(data->state.resume_from < 0) {
363 data->state.resume_from = (curl_off_t)file_stat.st_size;
378 if(data->state.resume_from) {
379 if((curl_off_t)nread <= data->state.resume_from) {
380 data->state.resume_from -= nread;
385 buf2 = buf + data->state.resume_from;
    [all...]
ssh-libssh.c 1072 if(data->state.resume_from != 0) {
1075 if(data->state.resume_from < 0) {
1083 data->state.resume_from = attrs->size;
1088 data->state.resume_from = 0;
1096 else if(data->state.resume_from > 0)
1128 if(data->state.resume_from > 0) {
1131 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from
    [all...]
ssh.c     [all...]
ftp.c     [all...]
http.c     [all...]
progress.c 493 if(data->state.resume_from) {
496 CURL_FORMAT_CURL_OFF_T "\n", data->state.resume_from);
transfer.c 604 if(data->state.resume_from && !k->content_range &&
608 if(k->size == data->state.resume_from) {
    [all...]
url.c     [all...]
urldata.h 1310 curl_off_t resume_from; \/* continue [ftp] transfer from here *\/ member in struct:UrlState
    [all...]
  /external/curl/src/
tool_cb_prg.c 183 bar->initial_size = config->resume_from;
tool_cfgable.h 61 curl_off_t resume_from; member in struct:OperationConfig
tool_operate.c 655 config->resume_from = fileinfo.st_size;
658 config->resume_from = 0;
661 if(config->resume_from) {
665 FILE *file = fopen(outfile, config->resume_from?"ab":"wb",
669 FILE *file = fopen(outfile, config->resume_from?"ab":"wb");
678 outs.init = config->resume_from;
787 config->resume_from = -1; /* -1 will then force get-it-yourself */
    [all...]
tool_getparam.c     [all...]

Completed in 73 milliseconds