Searched defs:ap_get_conn_module_loglevel (Results 1 - 2 of 2) 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
/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

Completed in 80 milliseconds