Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ dav_core_register_uris
Function
dav_core_register_uris
modules/dav/main/std_liveprop.c:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
DAV_DECLARE_NONSTD(void) dav_core_register_uris(apr_pool_t *p)
223
{
224
/* register the namespace URIs */
225
dav_register_liveprop_group(p, &dav_core_liveprop_group);
226
}
Callers
2
register_hooks
Function · 0.85
mod_dav.h
File · 0.85
Calls
1
dav_register_liveprop_group
Function · 0.85
Tested by
no test coverage detected