Lines Matching defs:txn
1 /* $NetBSD: txn.c,v 1.4 2025/09/05 21:16:26 christos Exp $ */
3 /* txn.c - LDAP Transactions */
20 __RCSID("$NetBSD: txn.c,v 1.4 2025/09/05 21:16:26 christos Exp $");
44 Debug( LDAP_DEBUG_STATS, "%s TXN START\n",
171 Debug( LDAP_DEBUG_STATS, "%s TXN END\n",
230 OpExtra *txn = NULL;
246 if ( !txn ) {
247 rc = o->o_bd->bd_info->bi_op_txn(o, SLAP_TXN_BEGIN, &txn );
254 LDAP_SLIST_INSERT_HEAD( &o->o_extra, txn, oe_next );
268 LDAP_SLIST_REMOVE( &o->o_extra, txn, OpExtra, oe_next );
282 o->o_bd->bd_info->bi_op_txn(o, SLAP_TXN_ABORT, &txn );
300 rc = o->o_bd->bd_info->bi_op_txn(o, SLAP_TXN_COMMIT, &txn );
311 /* drain txn ops list */