Searched defs:GlobalConfig (Results 1 – 1 of 1) sorted by relevance
243 struct GlobalConfig { struct244 CURL *easy; /* Once we have one, we keep it here */245 int showerror; /* -1 == unset, default => show errors248 bool mute; /* don't show messages, --silent given */249 bool noprogress; /* don't show progress bar --silent given */250 bool isatty; /* Updated internally if output is a tty */251 FILE *errors; /* Error stream, defaults to stderr */252 bool errors_fopened; /* Whether error stream isn't stderr */253 char *trace_dump; /* file to dump the network trace to */254 FILE *trace_stream;[all …]