Searched refs:aszSucc (Results 1 - 12 of 12) sorted by relevance

/httpd/include/
H A Dhttp_request.h460 * @param aszSucc A NULL-terminated array of strings that name modules whose
463 * aszSucc (for example, HOOK_MIDDLE)
469 const char * const *aszSucc,
478 * @param aszSucc A NULL-terminated array of strings that name modules whose
481 * aszSucc (for example, HOOK_MIDDLE)
487 const char * const *aszSucc,
497 * @param aszSucc A NULL-terminated array of strings that name modules whose
500 * aszSucc (for example, HOOK_MIDDLE)
506 const char * const *aszSucc,
515 * @param aszSucc
[all...]
/httpd/modules/mappers/
H A Dmod_userdir.c374 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 Dmod_alias.c715 static const char * const aszSucc[]={ "mod_userdir.c", local
718 ap_hook_translate_name(translate_alias_redir,NULL,aszSucc,APR_HOOK_MIDDLE);
/httpd/server/mpm/simple/
H A Dsimple_api.c213 static const char *const aszSucc[] = { "core.c", NULL }; local
215 ap_hook_open_logs(simple_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
/httpd/server/
H A Drequest.c2065 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/cluster/
H A Dmod_heartmonitor.c784 static const char * const aszSucc[]={ "mod_proxy.c", NULL }; local
787 ap_hook_handler(hm_handler, NULL, aszSucc, APR_HOOK_FIRST);
/httpd/server/mpm/prefork/
H A Dprefork.c1540 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/motorz/
H A Dmotorz.c1758 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/winnt/
H A Dmpm_winnt.c1751 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/mpm/worker/
H A Dworker.c2410 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 Devent.c3743 static const char *const aszSucc[] = { "core.c", NULL }; local
3747 ap_hook_open_logs(event_open_logs, NULL, aszSucc, APR_HOOK_REALLY_FIRST);
/httpd/modules/proxy/
H A Dmod_proxy.c2885 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);

Completed in 65 milliseconds