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

Function dav_get_binding_hooks

modules/dav/main/mod_dav.c:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243DAV_DECLARE(const dav_hooks_binding *) dav_get_binding_hooks(request_rec *r)
244{
245 return dav_get_provider(r)->binding;
246}
247
248DAV_DECLARE(const dav_hooks_search *) dav_get_search_hooks(request_rec *r)
249{

Callers 1

mod_dav.hFile · 0.85

Calls 1

dav_get_providerFunction · 0.85

Tested by

no test coverage detected