HomeSort by relevance Sort by last modified time
    Searched full:noprogress (Results 1 - 7 of 7) sorted by null

  /external/curl/src/
tool_cfgable.h 263 bool noprogress; /* don't show progress bar --silent given */ member in struct:GlobalConfig
tool_operate.c 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);
    [all...]
tool_getparam.c     [all...]
  /external/curl/tests/libtest/
lib1521.c 442 err("NOPROGRESS", res, __LINE__); goto test_cleanup; }
445 err("NOPROGRESS", res, __LINE__); goto test_cleanup; }
448 err("NOPROGRESS", res, __LINE__); goto test_cleanup; }
451 err("NOPROGRESS", res, __LINE__); goto test_cleanup; }
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 805 CINIT(NOPROGRESS, LONG, 43), /* shut off the progress meter */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 236 milliseconds