Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 26) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dshow-error.md14 - --show-error --silent $URL
19 When used with --silent, it makes curl show an error message if it fails.
H A Dno-progress-meter.md11 - silent
19 affecting warning and informational messages like --silent does.
H A Dsilent.md4 Long: silent
18 # `--silent`
H A Dstderr.md13 - silent
H A Dverbose.md14 - silent
H A DMakefile.inc255 silent.md \
/curl/src/
H A Dtool_msgs.c51 if(!config->silent) { in voutf()
144 if(!config->silent || config->showerror) { in errorf()
H A Dtool_cfgable.h316 bool silent; /* do not show messages, --silent given */ member
H A Dtool_progress.c164 if(global->noprogress || global->silent) in progress_meter()
H A Dtool_operate.c478 if(global->silent && !global->showerror) in post_per_transfer()
484 (!global->silent || global->showerror)) { in post_per_transfer()
496 if(!global->silent || global->showerror) in post_per_transfer()
960 global->noprogress || global->silent ? 1L : 0L); in config2setopts()
1424 !global->noprogress && !global->silent) { in config2setopts()
1880 (!global->silent || global->showerror) ? in single_transfer()
1909 (!global->silent || global->showerror) ? in single_transfer()
/curl/tests/data/
H A Dtest145733 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --silent --write-out 'line1%{stderr}line2%{stdout}line3'
H A Dtest2428 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --silent --show-error
H A Dtest97838 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --stderr %LOGDIR/redir --silent -w '%{stderr}nonsense\n'
H A Dtest45941 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --config %LOGDIR/config --silent
H A Dtest106756 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --silent --location --referer "firstone.html;auto" --writ…
H A Dtest146144 -s, --silent Silent mode
H A Dtest170654 - silent
161 option1.md:19:1:WARN: see-also a non-existing option: silent
205 See also --include, --silent, --trace and --trace-ascii.
H A Dtest170554 - silent
165 option1.md:19:1:WARN: see-also a non-existing option: silent
241 See also \fI\-\-include\fP, \fI\-\-silent\fP, \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
/curl/.github/workflows/
H A Dappveyor-status.yml41 gh api --silent --input - repos/${APPVEYOR_REPOSITORY}/statuses/${APPVEYOR_COMMIT_SHA}
H A Dwindows.yml293 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
384 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
455 …curl --fail --silent --show-error --retry 3 --retry-connrefused --output pack.bin --location --pro…
512 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
799 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
/curl/tests/http/
H A Dscorecard.py84 curl = CurlClient(env=self.env, silent=self._silent_curl,
143 curl = CurlClient(env=self.env, silent=self._silent_curl,
172 curl = CurlClient(env=self.env, silent=self._silent_curl,
202 curl = CurlClient(env=self.env, silent=self._silent_curl,
269 curl = CurlClient(env=self.env, silent=self._silent_curl,
297 curl = CurlClient(env=self.env, silent=self._silent_curl,
326 curl = CurlClient(env=self.env, silent=self._silent_curl,
391 curl = CurlClient(env=self.env, silent=self._silent_curl,
/curl/m4/
H A Dcurl-compilers.m486 CURL_CHECK_DEF([__clang__], [], [silent])
90 CURL_CHECK_DEF([__ibmxl__], [], [silent])
154 CURL_CHECK_DEF([__DECC], [], [silent])
155 CURL_CHECK_DEF([__DECC_VER], [], [silent])
187 CURL_CHECK_DEF([__GNUC__], [], [silent])
220 CURL_CHECK_DEF([__HP_cc], [], [silent])
240 CURL_CHECK_DEF([__IBMC__], [], [silent])
303 CURL_CHECK_DEF([__GNUC__], [], [silent])
304 CURL_CHECK_DEF([__sgi], [], [silent])
327 CURL_CHECK_DEF([__GNUC__], [], [silent])
[all …]
/curl/docs/
H A Doptions-in-versions220 --silent (-s) 4.0
/curl/docs/libcurl/
H A Dcurl_global_trace.md30 verbose or silent than others.
/curl/tests/http/testenv/
H A Dcurl.py464 silent: bool = False,
475 self._silent = silent

Completed in 43 milliseconds

12