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

/httpd/modules/mappers/
H A Dmod_userdir.c373 static const char * const aszPre[]={ "mod_alias.c",NULL }; local
376 ap_hook_translate_name(translate_userdir,aszPre,aszSucc,APR_HOOK_MIDDLE);
H A Dmod_vhost_alias.c442 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 Dmod_rewrite.c5234 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 Dmod_cgi.c1269 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 Dmod_cgid.c1945 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 Drequest.c2064 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 Dmod_mime_magic.c2450 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 47 milliseconds