Searched refs:ap_get_conn_module_loglevel (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dutil_debug.c137 #if defined(ap_get_conn_module_loglevel)
138 #undef ap_get_conn_module_loglevel macro
139 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index);
142 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index) function
H A Dcore_filters.c381 int loglevel = ap_get_conn_module_loglevel(c, APLOG_MODULE_INDEX);
/httpd/include/
H A Dhttp_config.h532 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int index);
588 #define ap_get_conn_module_loglevel(c,i) \ macro
H A Dhttp_log.h189 (ap_get_conn_module_loglevel(c, module_index) \
214 (ap_get_conn_module_loglevel(c, module_index) \

Completed in 340 milliseconds