Home
last modified time | relevance | path

Searched defs:GlobalConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h296 struct GlobalConfig { struct
297 int showerror; /* -1 == unset, default => show errors
300 bool mute; /* don't show messages, --silent given */
301 bool noprogress; /* don't show progress bar --silent given */
302 bool isatty; /* Updated internally if output is a tty */
303 FILE *errors; /* Error stream, defaults to stderr */
304 bool errors_fopened; /* Whether error stream isn't stderr */
305 char *trace_dump; /* file to dump the network trace to */
306 FILE *trace_stream;
307 bool trace_fopened;
[all …]