Lines Matching defs:GlobalConfig
314 struct GlobalConfig { struct
315 bool showerror; /* show errors when silent */
316 bool silent; /* do not show messages, --silent given */
317 bool noprogress; /* do not show progress bar */
318 bool isatty; /* Updated internally if output is a tty */
319 unsigned char verbosity; /* How verbose we should be */
320 char *trace_dump; /* file to dump the network trace to */
321 FILE *trace_stream;
322 bool trace_fopened;
323 trace tracetype;
324 bool tracetime; /* include timestamp? */
325 bool traceids; /* include xfer-/conn-id? */
326 int progressmode; /* CURL_PROGRESS_BAR / CURL_PROGRESS_STATS */
327 char *libcurl; /* Output libcurl code to this filename */
328 bool fail_early; /* exit on first transfer error */
329 bool styled_output; /* enable fancy output style detection */
330 long ms_per_transfer; /* start next transfer after (at least) this
333 bool test_event_based;
335 bool parallel;
336 unsigned short parallel_max; /* MAX_PARALLEL is the maximum */
337 bool parallel_connect;
338 char *help_category; /* The help category, if set */
339 struct var *variables;
340 struct OperationConfig *first;
341 struct OperationConfig *current;
342 struct OperationConfig *last; /* Always last in the struct */