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

Function dav_core_insert_all_liveprops

modules/dav/main/std_liveprop.c:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212DAV_DECLARE_NONSTD(void) dav_core_insert_all_liveprops(
213 request_rec *r,
214 const dav_resource *resource,
215 dav_prop_insert what,
216 apr_text_header *phdr)
217{
218 (void) dav_core_insert_prop(resource, DAV_PROPID_resourcetype,
219 what, phdr);
220}
221
222DAV_DECLARE_NONSTD(void) dav_core_register_uris(apr_pool_t *p)
223{

Callers

nothing calls this directly

Calls 1

dav_core_insert_propFunction · 0.85

Tested by

no test coverage detected