Home | History | Annotate | Download | only in src

Lines Matching refs:noprogress

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);
1246 !global->noprogress && !global->mute) {
1972 global->noprogress = orig_noprogress;