Searched refs:o_postread (Results 1 – 12 of 12) sorted by relevance
277 if( op->o_postread ) { in ndb_back_add()288 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_add()
464 if( op->o_postread ) { in ndb_back_modrdn()475 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modrdn()
619 if( op->o_postread ) { in ndb_back_modify()630 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modify()
172 if ( op->o_postread ) { in null_back_respond()200 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in null_back_respond()
363 if( op->o_postread ) { in wt_add()374 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in wt_add()
625 if( op->o_postread ) { in wt_modify()636 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in wt_modify()
341 if( op->o_postread ) { in mdb_add()352 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_add()
515 if( op->o_postread ) { in mdb_modrdn()526 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_modrdn()
739 if( op->o_postread ) { in mdb_modify()750 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_modify()
109 if ( op->o_postread ) { /* temporary limitation */ in txn_spec_ctrl()
1487 if ( ( post && op->o_postread != SLAP_CONTROL_NONE ) || in parseReadAttrs()1563 op->o_postread = ctrl->ldctl_iscritical in parseReadAttrs()
2784 #define o_postread o_ctrlflag[slap_cids.sc_postRead] macro