Searched refs:oe_db (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dadd.c190 oex.oe_db = NULL;
204 if ( op->ora_e != NULL && oex.oe_db != NULL ) {
207 op->o_bd = oex.oe_db;
343 ((OpExtraDB *)oex)->oe_db = op->o_bd;
H A Dbackend.c1394 if ( oex && ((OpExtraDB *)oex)->oe_db )
1395 op->o_bd = ((OpExtraDB *)oex)->oe_db;
1611 oex.oe_db = op->o_bd;
1647 if ( oex && ((OpExtraDB *)oex)->oe_db )
1648 op->o_bd = ((OpExtraDB *)oex)->oe_db;
1772 oex.oe_db = op->o_bd;
1937 if ( oex && ((OpExtraDB *)oex)->oe_db )
1938 op->o_bd = ((OpExtraDB *)oex)->oe_db;
1960 oex.oe_db = op->o_bd;
H A Dslap.h2583 BackendDB *oe_db; member in struct:OpExtraDB
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-relay/
H A Dop.c179 wrap_oex.oe_db = wrap_bd; \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c486 oex.oe_db = NULL;
492 if ( pb->pb_op->ora_e != NULL && oex.oe_db != NULL ) {
495 pb->pb_op->o_bd = oex.oe_db;

Completed in 146 milliseconds