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

Function register_hooks

modules/aaa/mod_authn_anon.c:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197};
198
199static void register_hooks(apr_pool_t *p)
200{
201 ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "anon",
202 AUTHN_PROVIDER_VERSION,
203 &authn_anon_provider, AP_AUTH_INTERNAL_PER_CONF);
204}
205
206AP_DECLARE_MODULE(authn_anon) =
207{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected