Home
last modified time | relevance | path

Searched refs:HDB_WLOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/hdb/
H A Dndbm.c171 ret = hdb_lock(old_lock_fd, HDB_WLOCK); in NDBM_rename()
184 ret = hdb_lock(new_lock_fd, HDB_WLOCK); in NDBM_rename()
258 code = db->hdb_lock(context, db, HDB_WLOCK); in NDBM__put()
283 ret = db->hdb_lock(context, db, HDB_WLOCK); in NDBM__del()
H A Ddb.c216 code = db->hdb_lock(context, db, HDB_WLOCK); in DB__put()
242 code = db->hdb_lock(context, db, HDB_WLOCK); in DB__del()
H A Dhdb.h48 enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK }; enumerator
H A Ddb3.c213 if ((code = (*db->hdb_lock)(context, db, HDB_WLOCK))) in DB__put()
234 code = (*db->hdb_lock)(context, db, HDB_WLOCK); in DB__del()
H A Dhdb-mitdb.c640 code = db->hdb_lock(context, db, HDB_WLOCK); in mdb__put()
666 code = db->hdb_lock(context, db, HDB_WLOCK); in mdb__del()
H A Dhdb.c249 ret = db->hdb_lock(context, db, HDB_WLOCK); in hdb_init_db()