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

/httpd/server/
H A Dutil_debug.c110 #if defined(ap_get_core_module_config)
111 #undef ap_get_core_module_config macro
112 AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv);
115 AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv) function
/httpd/include/
H A Dhttp_core.h329 AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv);
349 #define ap_get_core_module_config(v) \ macro

Completed in 14 milliseconds