Searched defs:GlobalConfig (Results 1 – 1 of 1) sorted by relevance
224 struct GlobalConfig { struct225 CURL *easy; /* Once we have one, we keep it here */226 int showerror; /* -1 == unset, default => show errors229 bool mute; /* don't show messages, --silent given */230 bool noprogress; /* don't show progress bar --silent given */231 bool isatty; /* Updated internally if output is a tty */232 FILE *errors; /* Error stream, defaults to stderr */233 bool errors_fopened; /* Whether error stream isn't stderr */234 char *trace_dump; /* file to dump the network trace to */235 FILE *trace_stream;[all …]