Home
last modified time | relevance | path

Searched refs:o_preread (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Ddelete.cpp198 if( op->o_preread ) { in ndb_back_delete()
209 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_delete()
H A Dmodrdn.cpp383 if( op->o_preread ) { in ndb_back_modrdn()
394 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modrdn()
H A Dmodify.cpp583 if( op->o_preread ) { in ndb_back_modify()
594 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-null/
H A Dnull.c137 if ( op->o_preread ) { in null_back_respond()
159 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in null_back_respond()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Ddelete.c256 if( op->o_preread ) { in wt_delete()
267 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in wt_delete()
H A Dmodify.c540 if( op->o_preread ) { in wt_modify()
551 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in wt_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddelete.c252 if( op->o_preread ) { in mdb_delete()
263 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_delete()
H A Dmodrdn.c407 if( op->o_preread ) { in mdb_modrdn()
418 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_modrdn()
H A Dmodify.c691 if( op->o_preread ) { in mdb_modify()
702 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dtxn.c105 if ( op->o_preread ) { /* temporary limitation */ in txn_spec_ctrl()
H A Dcontrols.c1488 ( !post && op->o_preread != SLAP_CONTROL_NONE ) ) in parseReadAttrs()
1568 op->o_preread = ctrl->ldctl_iscritical in parseReadAttrs()
H A Dslap.h2783 #define o_preread o_ctrlflag[slap_cids.sc_preRead] macro