Home
last modified time | relevance | path

Searched refs:verbose (Results 76 – 100 of 102) sorted by relevance

12345

/curl/
H A DRELEASE-NOTES47 o curl_trc: fix build with verbose messages disabled [79]
56 o lib: fix disabled-verbose-strings + enable-debug build warnings
H A Dconfigure.ac167 curl_verbose_msg="enabled (--disable-verbose)"
4319 dnl disable verbose text strings
4321 AC_MSG_CHECKING([whether to enable verbose strings])
4322 AC_ARG_ENABLE(verbose, optenable
4323 AS_HELP_STRING([--enable-verbose],[Enable verbose strings])
4324 AS_HELP_STRING([--disable-verbose],[Disable verbose strings]),
4328 AC_DEFINE(CURL_DISABLE_VERBOSE_STRINGS, 1, [to disable verbose strings])
/curl/docs/cmdline-opts/
H A Dwrite-out.md8 Category: verbose
12 - verbose
/curl/tests/data/
H A Dtest15385 verbose logs
/curl/lib/
H A Dtelnet.c273 if(data->set.verbose) { in printoption()
671 if(data->set.verbose) { in printsub()
H A Dcf-h1-proxy.c684 if(data->set.verbose) { in start_CONNECT()
H A Durldata.h1804 BIT(verbose); /* output verbosity */
H A Dhostip.c1342 if(!data->set.verbose || in show_resolve_info()
H A Dc-hyper.c612 if(data->set.verbose) { in Curl_hyper_header()
H A Dconncache.c175 cpool->idata->set.verbose = TRUE; in Curl_cpool_init()
H A Dsendf.c364 if(type & CLIENTWRITE_BODY && data->set.verbose && !data->req.ignorebody) { in cw_raw_write()
H A Dcurl_config.h.cmake163 /* disables verbose strings */
H A Dsetopt.c324 data->set.verbose = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Durl.c1282 if(data->set.verbose && sockindex == SECONDARYSOCKET) in Curl_verboseconnect()
H A Dftp.c2124 if(data->set.verbose) in ftp_state_pasv_resp()
/curl/packages/vms/
H A Dbuild_vms.com196 $! vo_c - verbose output for compile
/curl/tests/
H A Druntests.md272 Enable verbose output. Speaks more than by default. If used in conjunction
/curl/lib/vtls/
H A Dsectransp.c2150 if(data->set.verbose) {
2169 const bool show_verbose_server_cert = data->set.verbose;
H A Dmbedtls.c527 if(data->set.verbose) in mbed_verify_cb()
/curl/lib/vquic/
H A Dcurl_msh3.c129 BIT(verbose);
/curl/.github/workflows/
H A Dhttp3-linux.yml414 cargo build -v --package quiche --release --features ffi,pkg-config-meta,qlog --verbose
H A Dmacos.yml373 run: ninja -C bld --verbose
/curl/tests/http/testenv/
H A Dcurl.py852 if self.env.verbose > 1:
/curl/m4/
H A Dcurl-compilers.m41389 if $CC --help --verbose 2>/dev/null | grep fvisibility= >/dev/null ; then
1399 if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md1298 Display verbose information. See CURLOPT_VERBOSE(3)

Completed in 193 milliseconds

12345