Home
last modified time | relevance | path

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

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