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

Function dav_get_search_hooks

modules/dav/main/mod_dav.c:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248DAV_DECLARE(const dav_hooks_search *) dav_get_search_hooks(request_rec *r)
249{
250 return dav_get_provider(r)->search;
251}
252
253DAV_DECLARE(const char *) dav_get_base_path(request_rec *r)
254{

Callers 1

mod_dav.hFile · 0.85

Calls 1

dav_get_providerFunction · 0.85

Tested by

no test coverage detected