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

Function dav_dbm_exists

modules/dav/fs/dbm.c:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246int dav_dbm_exists(dav_db *db, apr_datum_t key)
247{
248 return apr_dbm_exists(db->file, key);
249}
250
251static dav_error * dav_dbm_firstkey(dav_db *db, apr_datum_t *pkey)
252{

Callers 3

dav_propdb_openFunction · 0.85
dav_propdb_existsFunction · 0.85
dav_fs_has_locksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected