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

Function dav_dbm_store

modules/dav/fs/dbm.c:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232dav_error * dav_dbm_store(dav_db *db, apr_datum_t key, apr_datum_t value)
233{
234 apr_status_t status = apr_dbm_store(db->file, key, value);
235
236 return dav_fs_dbm_error(db, NULL, status);
237}
238
239dav_error * dav_dbm_delete(dav_db *db, apr_datum_t key)
240{

Callers 4

dav_propdb_closeFunction · 0.85
dav_propdb_storeFunction · 0.85
dav_fs_save_lock_recordFunction · 0.85

Calls 1

dav_fs_dbm_errorFunction · 0.85

Tested by

no test coverage detected