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

/httpd/server/
H A Dutil_debug.c98 #if defined(ap_get_module_config)
99 #undef ap_get_module_config macro
100 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
104 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv, function
/httpd/include/
H A Dhttp_config.h494 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
510 #define ap_get_module_config(v,m) \ macro

Completed in 15 milliseconds