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

Function register_hooks

modules/aaa/mod_authn_core.c:408–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408static void register_hooks(apr_pool_t *p)
409{
410 APR_REGISTER_OPTIONAL_FN(authn_ap_auth_type);
411 APR_REGISTER_OPTIONAL_FN(authn_ap_auth_name);
412
413 ap_hook_check_authn(authenticate_no_user, NULL, NULL, APR_HOOK_LAST,
414 AP_AUTH_INTERNAL_PER_CONF);
415}
416
417AP_DECLARE_MODULE(authn_core) =
418{

Callers

nothing calls this directly

Calls 1

ap_hook_check_authnFunction · 0.85

Tested by

no test coverage detected