/httpd/server/mpm/simple/ |
H A D | simple_api.c | 213 static const char *const aszSucc[] = { "core.c", NULL }; local 215 ap_hook_open_logs(simple_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|
/httpd/modules/mappers/ |
H A D | mod_userdir.c | 374 static const char * const aszSucc[]={ "mod_vhost_alias.c",NULL }; local 376 ap_hook_translate_name(translate_userdir,aszPre,aszSucc,APR_HOOK_MIDDLE);
|
H A D | mod_alias.c | 715 static const char * const aszSucc[]={ "mod_userdir.c", local 718 ap_hook_translate_name(translate_alias_redir,NULL,aszSucc,APR_HOOK_MIDDLE);
|
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 784 static const char * const aszSucc[]={ "mod_proxy.c", NULL }; local 787 ap_hook_handler(hm_handler, NULL, aszSucc, APR_HOOK_FIRST);
|
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 1758 static const char *const aszSucc[] = {"core.c", NULL}; local 1761 ap_hook_open_logs(motorz_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 1540 static const char *const aszSucc[] = {"core.c", NULL}; local 1543 ap_hook_open_logs(prefork_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 1751 static const char *const aszSucc[] = {"core.c", NULL}; local 1757 ap_hook_open_logs(winnt_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|
/httpd/server/ |
H A D | request.c | 2065 const char * const *aszSucc, 2072 ap_hook_access_checker(pf, aszPre, aszSucc, nOrder); 2077 const char * const *aszSucc, 2084 ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder); 2089 const char * const *aszSucc, 2096 ap_hook_check_user_id(pf, aszPre, aszSucc, nOrder); 2101 const char * const *aszSucc, 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/filters/ |
H A D | mod_proxy_html.c | 1311 static const char *aszSucc[] = { "mod_filter.c", NULL }; local 1319 ap_hook_insert_filter(proxy_html_insert, NULL, aszSucc, APR_HOOK_MIDDLE);
|
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 2885 static const char * const aszSucc[] = { "mod_rewrite.c", NULL}; local 2895 ap_hook_translate_name(proxy_trans, aszSucc, NULL, APR_HOOK_FIRST); 2899 ap_hook_fixups(proxy_fixup, NULL, aszSucc, APR_HOOK_FIRST);
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 2410 static const char *const aszSucc[] = {"core.c", NULL}; local 2414 ap_hook_open_logs(worker_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|
/httpd/server/mpm/event/ |
H A D | event.c | 3743 static const char *const aszSucc[] = { "core.c", NULL }; local 3747 ap_hook_open_logs(event_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
|