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

Function dav_dbm_firstkey

modules/dav/fs/dbm.c:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251static dav_error * dav_dbm_firstkey(dav_db *db, apr_datum_t *pkey)
252{
253 apr_status_t status = apr_dbm_firstkey(db->file, pkey);
254
255 return dav_fs_dbm_error(db, NULL, status);
256}
257
258static dav_error * dav_dbm_nextkey(dav_db *db, apr_datum_t *pkey)
259{

Callers 1

dav_propdb_first_nameFunction · 0.85

Calls 1

dav_fs_dbm_errorFunction · 0.85

Tested by

no test coverage detected