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

Function dav_get_propdb_hooks

modules/dav/main/mod_dav.c:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233DAV_DECLARE(const dav_hooks_propdb *) dav_get_propdb_hooks(request_rec *r)
234{
235 return dav_get_provider(r)->propdb;
236}
237
238DAV_DECLARE(const dav_hooks_vsn *) dav_get_vsn_hooks(request_rec *r)
239{

Callers 1

mod_dav.hFile · 0.85

Calls 1

dav_get_providerFunction · 0.85

Tested by

no test coverage detected