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

Function dav_register_liveprop_group

modules/dav/main/liveprop.c:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131DAV_DECLARE(void) dav_register_liveprop_group(apr_pool_t *p,
132 const dav_liveprop_group *group)
133{
134 /* register the namespace URIs */
135 const char * const * uris = group->namespace_uris;
136
137 for ( ; *uris != NULL; ++uris) {
138 dav_register_liveprop_namespace(p, *uris);
139 }
140}

Callers 2

dav_core_register_urisFunction · 0.85
dav_fs_registerFunction · 0.85

Calls 1

Tested by

no test coverage detected