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

Function dav_dbm_close

modules/dav/fs/dbm.c:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void dav_dbm_close(dav_db *db)
213{
214 apr_dbm_close(db->file);
215}
216
217dav_error * dav_dbm_fetch(dav_db *db, apr_datum_t key, apr_datum_t *pvalue)
218{

Callers 3

dav_propdb_openFunction · 0.85
dav_propdb_closeFunction · 0.85
dav_fs_close_lockdbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected