Searched defs:nOrder (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/generators/
H A Dmod_info.c279 int nOrder; member in struct:__anon189
655 elts[i].nOrder, qs, elts[i].szName, elts[i].szName);
/httpd/server/
H A Drequest.c2066 int nOrder, int type)
2072 ap_hook_access_checker(pf, aszPre, aszSucc, nOrder);
2078 int nOrder, int type)
2084 ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder);
2090 int nOrder, int type)
2096 ap_hook_check_user_id(pf, aszPre, aszSucc, nOrder);
2102 int nOrder, int type)
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

Completed in 365 milliseconds