Searched refs:CONN_TXN_INACTIVE (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dtxn.c58 if( op->o_conn->c_txn != CONN_TXN_INACTIVE ) {
207 op->o_conn->c_txn = CONN_TXN_INACTIVE;
H A Dconnection.c402 c->c_txn = CONN_TXN_INACTIVE;
453 assert( c->c_txn == CONN_TXN_INACTIVE );
660 assert( c->c_txn == CONN_TXN_INACTIVE );
787 c->c_txn = CONN_TXN_INACTIVE;
H A Dslap.h2926 #define CONN_TXN_INACTIVE 0 macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c59 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {
H A Ddelete.c65 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {
H A Dmodify.c431 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {
H A Dmodrdn.c75 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {

Completed in 160 milliseconds