Searched refs:aszPre (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_optional_hooks.h42 * @param aszPre a NULL-terminated array of strings that name modules whose hooks should precede this one
44 * @param nOrder an integer determining order before honouring aszPre and aszSucc (for example HOOK_MIDDLE)
49 const char * const *aszPre,
59 * @param aszPre a NULL-terminated array of strings that name modules whose hooks should precede this one
61 * @param nOrder an integer determining order before honouring aszPre and aszSucc (for example HOOK_MIDDLE)
64 #define APR_OPTIONAL_HOOK(ns,name,pfn,aszPre,aszSucc,nOrder) do { \
66 apr_optional_hook_add(#name,(void (*)(void))apu__hook,aszPre, aszSucc, nOrder); \
H A Dapr_hooks.h121 const char * const *aszPre, \
144 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf,const char * const *aszPre, \
155 pHook->aszPredecessors=aszPre; \
160 apr_hook_debug_show(#name,aszPre,aszSucc); \
341 * @param aszPre All of the functions in the predecessor array
345 const char * const *aszPre,
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_request.h455 * @param aszPre A NULL-terminated array of strings that name modules whose
459 * @param nOrder An integer determining order before honouring aszPre and
465 const char * const *aszPre,
473 * @param aszPre A NULL-terminated array of strings that name modules whose
477 * @param nOrder An integer determining order before honouring aszPre and
483 const char * const *aszPre,
492 * @param aszPre A NULL-terminated array of strings that name modules whose
496 * @param nOrder An integer determining order before honouring aszPre and
502 const char * const *aszPre,
510 * @param aszPre
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c286 const char * const *aszPre,
292 if(aszPre) {
295 while(*aszPre) {
299 fputs(*aszPre,stdout);
300 ++aszPre;
339 const char * const *aszPre,
362 pHook->aszPredecessors=aszPre;
367 apr_hook_debug_show(szName,aszPre,aszSucc);
285 apr_hook_debug_show(const char *szName, const char * const *aszPre, const char * const *aszSucc) argument
338 apr_optional_hook_add(const char *szName,void (*pfn)(void), const char * const *aszPre, const char * const *aszSucc,int nOrder) argument
/macosx-10.10/apache-793/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.c5148 static const char * const aszPre[]={ "mod_proxy.c", NULL }; local
5161 ap_hook_fixups(hook_fixup, aszPre, NULL, APR_HOOK_FIRST);
/macosx-10.10/apache-793/httpd/server/
H A Drequest.c2060 const char * const *aszPre,
2068 ap_hook_access_checker(pf, aszPre, aszSucc, nOrder);
2072 const char * const *aszPre,
2080 ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder);
2084 const char * const *aszPre,
2092 ap_hook_check_user_id(pf, aszPre, aszSucc, nOrder);
2096 const char * const *aszPre,
2104 ap_hook_auth_checker(pf, aszPre, aszSucc, nOrder);
2059 ap_hook_check_access(ap_HOOK_access_checker_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument
2071 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
2083 ap_hook_check_authn(ap_HOOK_check_user_id_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument
2095 ap_hook_check_authz(ap_HOOK_auth_checker_t *pf, const char * const *aszPre, const char * const *aszSucc, int nOrder, int type) argument
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgi.c1271 static const char * const aszPre[] = { "mod_include.c", NULL }; local
1273 ap_hook_post_config(cgi_post_config, aszPre, NULL, APR_HOOK_REALLY_FIRST);
H A Dmod_cgid.c1869 static const char * const aszPre[] = { "mod_include.c", NULL }; local
1872 ap_hook_post_config(cgid_init, aszPre, NULL, APR_HOOK_MIDDLE);
/macosx-10.10/apache-793/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 196 milliseconds