Searched refs:APLOG_TOCLIENT (Results 1 - 4 of 4) sorted by relevance
/httpd/server/ |
H A D | util_script.c | 454 ap_log_rerror(SCRIPT_LOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r, 460 ap_log_rerror(SCRIPT_LOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r, 567 ap_log_rerror(SCRIPT_LOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r, 599 ap_log_rerror(SCRIPT_LOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r,
|
H A D | log.c | 1298 * IF APLOG_TOCLIENT is set, 1306 if ((level & APLOG_TOCLIENT)
|
/httpd/include/ |
H A D | http_log.h | 90 /** Use APLOG_TOCLIENT on ap_log_rerror() to give content 92 * ErrorDocument sent back to the client. Setting APLOG_TOCLIENT 102 #define APLOG_TOCLIENT ((APLOG_LEVELMASK + 1) * 2) macro
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 461 ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_TOCLIENT, rc, r,
|
Completed in 2511 milliseconds