Home
last modified time | relevance | path

Searched refs:btree_txn_commit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/ldapd/
H A Dbtree.h83 int btree_txn_commit(struct btree_txn *txn);
H A Dnamespace.c81 btree_txn_commit(ns->indx_txn) != BT_SUCCESS) { in namespace_commit()
90 btree_txn_commit(ns->data_txn) != BT_SUCCESS) { in namespace_commit()
H A Dbtree.c729 btree_txn_commit(struct btree_txn *txn) in btree_txn_commit() function
2628 rc = btree_txn_commit(txn); in btree_txn_del()
2985 rc = btree_txn_commit(txn); in btree_txn_put()
/openbsd-src/usr.sbin/ldapctl/
H A Dldapctl.c205 if (btree_txn_commit(ns->indx_txn) != BT_SUCCESS) in index_namespace()