Searched refs:ap_find_linked_module (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_express.c101 proxy_available = (ap_find_linked_module("mod_proxy.c") != NULL);
/httpd/include/
H A Dhttp_config.h770 AP_DECLARE(module *) ap_find_linked_module(const char *name);
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c1853 if (ap_find_linked_module("util_ldap.c") == NULL) {
/httpd/modules/lua/
H A Dlua_request.c1381 mod = ap_find_linked_module(moduleName);
/httpd/server/
H A Dconfig.c820 AP_DECLARE(module *) ap_find_linked_module(const char *name) function
H A Dcore.c2545 module *found = ap_find_linked_module(name);
/httpd/modules/mappers/
H A Dmod_rewrite.c4453 proxy_available = (ap_find_linked_module("mod_proxy.c") != NULL);

Completed in 551 milliseconds