Home
last modified time | relevance | path

Searched refs:noprogress (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_operate.h72 bool noprogress; member
H A Dtool_cb_rea.c155 return per->noprogress ? 0 : CURL_PROGRESSFUNC_CONTINUE; in tool_readbusy_cb()
H A Dtool_cfgable.h317 bool noprogress; /* do not show progress bar */ member
H A Dtool_operate.c960 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()
H A Dtool_progress.c164 if(global->noprogress || global->silent) in progress_meter()
H A Dtool_getparam.c1723 global->noprogress = !toggle; in getparameter()

Completed in 44 milliseconds