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

Function dav_get_base_path

modules/dav/main/mod_dav.c:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253DAV_DECLARE(const char *) dav_get_base_path(request_rec *r)
254{
255 dav_dir_conf *conf = ap_get_module_config(r->per_dir_config, &dav_module);
256
257 return conf && conf->base ? conf->base : NULL;
258}
259
260/*
261 * Command handler for the DAV directive, which is TAKE1.

Callers 1

mod_dav.hFile · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected