Home | History | Annotate | Download | only in src

Lines Matching full:noprogress

208   /* Save the values of noprogress and isatty to restore them later on */
209 bool orig_noprogress = global->noprogress;
737 global->noprogress = global->isatty = TRUE;
741 global->noprogress = orig_noprogress;
843 my_setopt(curl, CURLOPT_NOPROGRESS, global->noprogress?1L:0L);
1119 !global->noprogress && !global->mute) {
1793 global->noprogress = orig_noprogress;