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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dtxn.c64 assert( op->o_conn->c_txn_backend == NULL );
208 op->o_conn->c_txn_backend = NULL;
H A Dconnection.c403 c->c_txn_backend = NULL;
454 assert( c->c_txn_backend == NULL );
661 assert( c->c_txn_backend == NULL );
786 c->c_txn_backend = NULL;
H A Dslap.h2936 Backend *c_txn_backend; member in struct:Connection
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c68 if( op->o_conn->c_txn_backend == NULL ) {
69 op->o_conn->c_txn_backend = op->o_bd;
71 } else if( op->o_conn->c_txn_backend != op->o_bd ) {
H A Ddelete.c74 if( op->o_conn->c_txn_backend == NULL ) {
75 op->o_conn->c_txn_backend = op->o_bd;
77 } else if( op->o_conn->c_txn_backend != op->o_bd ) {
H A Dmodify.c440 if( op->o_conn->c_txn_backend == NULL ) {
441 op->o_conn->c_txn_backend = op->o_bd;
443 } else if( op->o_conn->c_txn_backend != op->o_bd ) {
H A Dmodrdn.c84 if( op->o_conn->c_txn_backend == NULL ) {
85 op->o_conn->c_txn_backend = op->o_bd;
87 } else if( op->o_conn->c_txn_backend != op->o_bd ) {

Completed in 112 milliseconds