Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dconfig.go18 type GlobalConfig struct { struct
20 AccessLevel AccessLevel
22 AuthDomain string
24 AnalyticsTrackingID string
26 Clients map[string]string
28 EmailBlacklist []string
34 Namespaces map[string]*Config
36 KernelRepos map[string]KernelRepo
150 func installConfig(cfg *GlobalConfig) {
/external/curl/src/
Dtool_cfgable.h270 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;
[all …]