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

/httpd/server/
H A Dcore.c4006 int is_main_fmt)
4023 if (!is_main_fmt) {
4030 if (is_main_fmt && item->flags & AP_ERRORLOG_FLAG_REQUIRED) {
4034 if (!is_main_fmt && item->min_loglevel) {
4045 if (is_main_fmt && !seen_msg_fmt) {
4003 parse_errorlog_string(apr_pool_t *p, const char *s, const char **err, int is_main_fmt) argument

Completed in 28 milliseconds