Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ register_hooks
Function
register_hooks
modules/dav/lock/mod_dav_lock.c:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
};
88
89
static void register_hooks(apr_pool_t *p)
90
{
91
ap_register_provider(p,
"dav-lock"
,
"generic"
,
"0"
,
92
&dav_hooks_locks_generic);
93
}
94
95
AP_DECLARE_MODULE(dav_lock) =
96
{
Callers
nothing calls this directly
Calls
1
ap_register_provider
Function · 0.85
Tested by
no test coverage detected