Lines Matching defs:GlobalConfig
270 struct GlobalConfig { struct
271 CURL *easy; /* Once we have one, we keep it here */
272 int showerror; /* -1 == unset, default => show errors
275 bool mute; /* don't show messages, --silent given */
276 bool noprogress; /* don't show progress bar --silent given */
277 bool isatty; /* Updated internally if output is a tty */
278 FILE *errors; /* Error stream, defaults to stderr */
279 bool errors_fopened; /* Whether error stream isn't stderr */
280 char *trace_dump; /* file to dump the network trace to */
281 FILE *trace_stream;
282 bool trace_fopened;
283 trace tracetype;
284 bool tracetime; /* include timestamp? */
285 int progressmode; /* CURL_PROGRESS_BAR / CURL_PROGRESS_STATS */
286 char *libcurl; /* Output libcurl code to this file name */
287 bool fail_early; /* exit on first transfer error */
288 bool styled_output; /* enable fancy output style detection */
289 struct OperationConfig *first;
290 struct OperationConfig *current;
291 struct OperationConfig *last; /* Always last in the struct */