MCPcopy Create free account
hub / github.com/apache/httpd / ap_hook_check_authz

Function ap_hook_check_authz

server/request.c:2230–2240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2228}
2229
2230AP_DECLARE(void) ap_hook_check_authz(ap_HOOK_auth_checker_t *pf,
2231 const char * const *aszPre,
2232 const char * const *aszSucc,
2233 int nOrder, int type)
2234{
2235 if ((type & AP_AUTH_INTERNAL_MASK) == AP_AUTH_INTERNAL_PER_CONF) {
2236 ++auth_internal_per_conf_hooks;
2237 }
2238
2239 ap_hook_auth_checker(pf, aszPre, aszSucc, nOrder);
2240}
2241
2242AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method,
2243 const char *new_uri,

Callers 4

register_hooksFunction · 0.85
ssl_register_hooksFunction · 0.85
x_register_hooksFunction · 0.85
register_hooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected