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

Function dav_dbm_nextkey

modules/dav/fs/dbm.c:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258static dav_error * dav_dbm_nextkey(dav_db *db, apr_datum_t *pkey)
259{
260 apr_status_t status = apr_dbm_nextkey(db->file, pkey);
261
262 return dav_fs_dbm_error(db, NULL, status);
263}
264
265void dav_dbm_freedatum(dav_db *db, apr_datum_t data)
266{

Callers 1

dav_propdb_next_nameFunction · 0.85

Calls 1

dav_fs_dbm_errorFunction · 0.85

Tested by

no test coverage detected