HomeSort by: relevance | last modified time | path
    Searched refs:OpExtraDB (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1471 if ( oex && ((OpExtraDB *)oex)->oe_db )
1472 op->o_bd = ((OpExtraDB *)oex)->oe_db;
1683 OpExtraDB oex;
1725 if ( oex && ((OpExtraDB *)oex)->oe_db )
1726 op->o_bd = ((OpExtraDB *)oex)->oe_db;
1848 OpExtraDB oex;
2015 if ( oex && ((OpExtraDB *)oex)->oe_db )
2016 op->o_bd = ((OpExtraDB *)oex)->oe_db;
2036 OpExtraDB oex;
add.c 56 OpExtraDB *oex;
193 oex = op->o_tmpalloc( sizeof(OpExtraDB), op->o_tmpmemctx );
355 ((OpExtraDB *)oex)->oe_db = op->o_bd;
txn.c 322 OpExtraDB *oexdb = NULL;
325 oexdb = (OpExtraDB *)oex;
slap.h 2634 typedef struct OpExtraDB {
2637 } OpExtraDB;
  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c 183 OpExtraDB wrap_oex; \
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c 428 OpExtraDB oex;

Completed in 41 milliseconds