OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oe_db
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
add.c
195
oex->
oe_db
= NULL;
210
if ( op->ora_e != NULL && oex->
oe_db
!= NULL ) {
213
op->o_bd = oex->
oe_db
;
355
((OpExtraDB *)oex)->
oe_db
= op->o_bd;
backend.c
1471
if ( oex && ((OpExtraDB *)oex)->
oe_db
)
1472
op->o_bd = ((OpExtraDB *)oex)->
oe_db
;
1689
oex.
oe_db
= op->o_bd;
1725
if ( oex && ((OpExtraDB *)oex)->
oe_db
)
1726
op->o_bd = ((OpExtraDB *)oex)->
oe_db
;
1850
oex.
oe_db
= op->o_bd;
2015
if ( oex && ((OpExtraDB *)oex)->
oe_db
)
2016
op->o_bd = ((OpExtraDB *)oex)->
oe_db
;
2038
oex.
oe_db
= op->o_bd;
txn.c
329
if ( oexdb && oexdb->
oe_db
) {
331
o->o_bd = oexdb->
oe_db
;
slap.h
2636
BackendDB *
oe_db
;
member in struct:OpExtraDB
/src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c
185
wrap_oex.
oe_db
= wrap_bd; \
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c
490
oex.
oe_db
= NULL;
496
if ( pb->pb_op->ora_e != NULL && oex.
oe_db
!= NULL ) {
499
pb->pb_op->o_bd = oex.
oe_db
;
Completed in 35 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026