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

  /external/curl/src/
tool_cfgable.h 263 bool noprogress; /* don't show progress bar --silent given */ member in struct:GlobalConfig
tool_operate.c 271 /* Save the values of noprogress and isatty to restore them later on */
272 bool orig_noprogress = global->noprogress;
793 global->noprogress = global->isatty = TRUE;
797 global->noprogress = orig_noprogress;
908 my_setopt(curl, CURLOPT_NOPROGRESS, global->noprogress?1L:0L);
    [all...]
tool_getparam.c     [all...]

Completed in 118 milliseconds