Searched defs:level_flags (Results 1 - 4 of 4) sorted by relevance
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 1502 int level_flags = 0; local 1514 level_flags |= APLOG_STARTUP; 1518 ap_log_error(APLOG_MARK, APLOG_ALERT | level_flags, 0, 1533 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 1543 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 1553 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 1293 int level_flags = 0; local 1304 level_flags |= APLOG_STARTUP; 1308 ap_log_error(APLOG_MARK, APLOG_ALERT | level_flags, 0, 1323 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 1333 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 1343 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 2017 int level_flags = 0; local 2029 level_flags |= APLOG_STARTUP; 2033 ap_log_error(APLOG_MARK, APLOG_ALERT | level_flags, 0, 2048 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 2058 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 2068 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
|
/httpd/server/mpm/event/ |
H A D | event.c | 3276 int level_flags = 0; local 3287 level_flags |= APLOG_STARTUP; 3291 ap_log_error(APLOG_MARK, APLOG_ALERT | level_flags, 0, 3306 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv, 3316 ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
|
Completed in 36 milliseconds