Searched refs:o_preread (Results 1 – 12 of 12) sorted by relevance
198 if( op->o_preread ) { in ndb_back_delete()209 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_delete()
383 if( op->o_preread ) { in ndb_back_modrdn()394 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modrdn()
583 if( op->o_preread ) { in ndb_back_modify()594 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modify()
137 if ( op->o_preread ) { in null_back_respond()159 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in null_back_respond()
256 if( op->o_preread ) { in wt_delete()267 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in wt_delete()
540 if( op->o_preread ) { in wt_modify()551 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in wt_modify()
252 if( op->o_preread ) { in mdb_delete()263 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_delete()
407 if( op->o_preread ) { in mdb_modrdn()418 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_modrdn()
691 if( op->o_preread ) { in mdb_modify()702 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) { in mdb_modify()
105 if ( op->o_preread ) { /* temporary limitation */ in txn_spec_ctrl()
1488 ( !post && op->o_preread != SLAP_CONTROL_NONE ) ) in parseReadAttrs()1568 op->o_preread = ctrl->ldctl_iscritical in parseReadAttrs()
2783 #define o_preread o_ctrlflag[slap_cids.sc_preRead] macro