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

Function dav_propdb_remove

modules/dav/fs/dbm.c:663–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663static dav_error * dav_propdb_remove(dav_db *db, const dav_prop_name *name)
664{
665 apr_datum_t key = dav_build_key(db, name);
666 return dav_dbm_delete(db, key);
667}
668
669static int dav_propdb_exists(dav_db *db, const dav_prop_name *name)
670{

Callers

nothing calls this directly

Calls 2

dav_build_keyFunction · 0.85
dav_dbm_deleteFunction · 0.85

Tested by

no test coverage detected