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

Function dav_dbm_delete

modules/dav/fs/dbm.c:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239dav_error * dav_dbm_delete(dav_db *db, apr_datum_t key)
240{
241 apr_status_t status = apr_dbm_delete(db->file, key);
242
243 return dav_fs_dbm_error(db, NULL, status);
244}
245
246int dav_dbm_exists(dav_db *db, apr_datum_t key)
247{

Callers 3

dav_propdb_removeFunction · 0.85
dav_fs_save_lock_recordFunction · 0.85

Calls 1

dav_fs_dbm_errorFunction · 0.85

Tested by

no test coverage detected