Searched refs:noprogress (Results 1 - 3 of 3) sorted by relevance

/external/curl/src/
H A Dtool_cfgable.h230 bool noprogress; /* don't show progress bar --silent given */ member in struct:GlobalConfig
H A Dtool_operate.c210 /* Save the values of noprogress and isatty to restore them later on */
211 bool orig_noprogress = global->noprogress;
732 global->noprogress = global->isatty = TRUE;
736 global->noprogress = orig_noprogress;
841 my_setopt(curl, CURLOPT_NOPROGRESS, global->noprogress?1L:0L);
1128 !global->noprogress && !global->mute) {
1810 global->noprogress = orig_noprogress;
H A Dtool_getparam.c1679 global->mute = global->noprogress = TRUE;
1681 global->mute = global->noprogress = FALSE;

Completed in 97 milliseconds