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

/httpd/server/
H A Dconfig.c55 #define APLOG_UNSET (APLOG_NO_MODULE - 1) macro
1548 if (l->level == APLOG_UNSET) {
1549 ap_reset_module_loglevels(l, APLOG_UNSET);
2197 s->log.level = APLOG_UNSET;
2231 l->level = APLOG_UNSET;
2239 if (new_conf->level != APLOG_UNSET) {
2253 if (new_conf->module_levels[i] == APLOG_UNSET)

Completed in 19 milliseconds