MCPcopy 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
222DAV_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_hooksFunction · 0.85
mod_dav.hFile · 0.85

Calls 1

Tested by

no test coverage detected