Searched defs:aszPre (Results 1 - 7 of 7) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_userdir.c | 373 static const char * const aszPre[]={ "mod_alias.c",NULL }; local 376 ap_hook_translate_name(translate_userdir,aszPre,aszSucc,APR_HOOK_MIDDLE);
|
H A D | mod_vhost_alias.c | 442 static const char * const aszPre[]={ "mod_alias.c","mod_userdir.c",NULL }; local 444 ap_hook_translate_name(mva_translate, aszPre, NULL, APR_HOOK_MIDDLE);
|
H A D | mod_rewrite.c | 5234 static const char * const aszPre[]={ "mod_proxy.c", NULL }; local 5247 ap_hook_fixups(hook_fixup, aszPre, NULL, APR_HOOK_FIRST);
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 1269 static const char * const aszPre[] = { "mod_include.c", NULL }; local 1271 ap_hook_post_config(cgi_post_config, aszPre, NULL, APR_HOOK_REALLY_FIRST);
|
H A D | mod_cgid.c | 1945 static const char * const aszPre[] = { "mod_include.c", NULL }; local 1948 ap_hook_post_config(cgid_init, aszPre, NULL, APR_HOOK_MIDDLE);
|
/httpd/server/ |
H A D | request.c | 2064 const char * const *aszPre, 2072 ap_hook_access_checker(pf, aszPre, aszSucc, nOrder); 2076 const char * const *aszPre, 2084 ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder); 2088 const char * const *aszPre, 2096 ap_hook_check_user_id(pf, aszPre, aszSucc, nOrder); 2100 const char * const *aszPre, 2108 ap_hook_auth_checker(pf, aszPre, aszSucc, nOrder); 2063 ap_hook_check_access(ap_HOOK_access_checker_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument 2075 ap_hook_check_access_ex(ap_HOOK_access_checker_ex_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument 2087 ap_hook_check_authn(ap_HOOK_check_user_id_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument 2099 ap_hook_check_authz(ap_HOOK_auth_checker_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 2450 static const char * const aszPre[]={ "mod_mime.c", NULL }; local 2454 ap_hook_type_checker(magic_find_ct, aszPre, NULL, APR_HOOK_MIDDLE);
|
Completed in 2863 milliseconds