Searched refs:ap_reserve_module_slots (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttp_config.h1025 AP_DECLARE(void) ap_reserve_module_slots(int count);
1031 * ap_reserve_module_slots() accordingly.
/httpd/server/
H A Dconfig.c573 * If this fails some module forgot to call ap_reserve_module_slots*.
2623 AP_DECLARE(void) ap_reserve_module_slots(int count) function
2630 ap_reserve_module_slots(count_directives_sub(directive, ap_conftree));

Completed in 27 milliseconds