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

Function dav_get_lockdb_path

modules/dav/fs/mod_dav_fs.c:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30extern module AP_MODULE_DECLARE_DATA dav_fs_module;
31
32const char *dav_get_lockdb_path(const request_rec *r)
33{
34 dav_fs_server_conf *conf;
35
36 conf = ap_get_module_config(r->server->module_config, &dav_fs_module);
37 return conf->lockdb_path;
38}
39
40static void *dav_fs_create_server_config(apr_pool_t *p, server_rec *s)
41{

Callers 1

dav_fs_open_lockdbFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected