Home
last modified time | relevance | path

Searched refs:OpExtraDB (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c1476 if ( oex && ((OpExtraDB *)oex)->oe_db ) in fe_acl_group()
1477 op->o_bd = ((OpExtraDB *)oex)->oe_db; in fe_acl_group()
1687 OpExtraDB oex; in backend_group()
1729 if ( oex && ((OpExtraDB *)oex)->oe_db ) in fe_acl_attribute()
1730 op->o_bd = ((OpExtraDB *)oex)->oe_db; in fe_acl_attribute()
1852 OpExtraDB oex; in backend_attribute()
2019 if ( oex && ((OpExtraDB *)oex)->oe_db ) in fe_aux_operational()
2020 op->o_bd = ((OpExtraDB *)oex)->oe_db; in fe_aux_operational()
2040 OpExtraDB oex; in backend_operational()
H A Dadd.c56 OpExtraDB *oex; in do_add()
193 oex = op->o_tmpalloc( sizeof(OpExtraDB), op->o_tmpmemctx ); in do_add()
355 ((OpExtraDB *)oex)->oe_db = op->o_bd; in fe_op_add()
H A Dslap.h2618 typedef struct OpExtraDB { struct
2621 } OpExtraDB; argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dop.c183 OpExtraDB wrap_oex; \
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c423 OpExtraDB oex; in slapi_add_internal_pb()