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

/httpd/server/
H A Dconfig.c548 AP_DECLARE(const char *) ap_add_module(module *m, apr_pool_t *p, function
702 error = ap_add_module(mod, p, short_name);
710 * Notes: 1. ap_add_module() would already complain if no more space
712 * 2. ap_add_module() accepts double inclusion, so we have
797 error = ap_add_module(*m, process->pconf, NULL);
2374 * If max_modules is too small, ap_add_module() will abort.

Completed in 19 milliseconds