Searched refs:noprogress (Results 1 – 6 of 6) sorted by relevance
72 bool noprogress; member
155 return per->noprogress ? 0 : CURL_PROGRESSFUNC_CONTINUE; in tool_readbusy_cb()
317 bool noprogress; /* do not show progress bar */ member
960 global->noprogress || global->silent ? 1L : 0L); in config2setopts()1424 !global->noprogress && !global->silent) { in config2setopts()1812 bool orig_noprogress = global->noprogress; in single_transfer()2287 per->noprogress = global->noprogress = global->isatty = TRUE; in single_transfer()2291 per->noprogress = global->noprogress = orig_noprogress; in single_transfer()3118 bool orig_noprogress = global->noprogress; in run_all_transfers()3146 global->noprogress = orig_noprogress; in run_all_transfers()
164 if(global->noprogress || global->silent) in progress_meter()
1723 global->noprogress = !toggle; in getparameter()
Completed in 44 milliseconds