Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dadd.cpp277 if( op->o_postread ) { in ndb_back_add()
288 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_add()
H A Dmodrdn.cpp464 if( op->o_postread ) { in ndb_back_modrdn()
475 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modrdn()
H A Dmodify.cpp619 if( op->o_postread ) { in ndb_back_modify()
630 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in ndb_back_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-null/
H A Dnull.c172 if ( op->o_postread ) { in null_back_respond()
200 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in null_back_respond()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dadd.c363 if( op->o_postread ) { in wt_add()
374 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in wt_add()
H A Dmodify.c625 if( op->o_postread ) { in wt_modify()
636 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in wt_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dadd.c341 if( op->o_postread ) { in mdb_add()
352 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_add()
H A Dmodrdn.c515 if( op->o_postread ) { in mdb_modrdn()
526 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_modrdn()
H A Dmodify.c739 if( op->o_postread ) { in mdb_modify()
750 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) { in mdb_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dtxn.c109 if ( op->o_postread ) { /* temporary limitation */ in txn_spec_ctrl()
H A Dcontrols.c1487 if ( ( post && op->o_postread != SLAP_CONTROL_NONE ) || in parseReadAttrs()
1563 op->o_postread = ctrl->ldctl_iscritical in parseReadAttrs()
H A Dslap.h2784 #define o_postread o_ctrlflag[slap_cids.sc_postRead] macro