Searched defs:default_fatal (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/master/
H A Dservice-process.c535 bool default_fatal, const char *str)
549 default_fatal ? "DEFAULT-FATAL" : "FATAL", str);
566 bool default_fatal; local
569 &default_fatal);
571 service_process_log(process, default_fatal, str_c(str));
534 service_process_log(struct service_process *process, bool default_fatal, const char *str) argument

Completed in 8 milliseconds