HomeSort by: relevance | last modified time | path
    Searched refs:o_postread (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-null/
null.c 172 if ( op->o_postread ) {
200 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
add.c 338 if( op->o_postread ) {
347 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
modrdn.c 458 if( op->o_postread ) {
468 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
modify.c 636 if( op->o_postread ) {
646 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
add.c 341 if( op->o_postread ) {
352 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
modrdn.c 506 if( op->o_postread ) {
517 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
modify.c 746 if( op->o_postread ) {
757 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 1429 if ( rc == LDAP_SUCCESS && op->o_postread ) {
1440 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
1515 if ( rc == LDAP_SUCCESS && op->o_postread ) {
1526 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
1794 if ( rc == LDAP_SUCCESS && op->o_postread ) {
1805 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
  /src/external/bsd/openldap/dist/servers/slapd/
txn.c 109 if ( op->o_postread ) { /* temporary limitation */
bconfig.c 5684 char preread = op->o_preread, postread = op->o_postread;
5703 op->o_postread = SLAP_CONTROL_NONE;
5725 op->o_postread = postread;
5738 char preread = op->o_preread, postread = op->o_postread;
5741 op->o_postread = SLAP_CONTROL_NONE;
5758 op->o_postread = postread;
5778 char postread = op->o_postread;
5780 op->o_postread = SLAP_CONTROL_NONE;
5875 op->o_postread = postread;
5897 if ( op->o_postread & SLAP_CONTROL_CRITICAL )
    [all...]
controls.c 1488 if ( ( post && op->o_postread != SLAP_CONTROL_NONE ) ||
1564 op->o_postread = ctrl->ldctl_iscritical
slap.h 2802 #define o_postread o_ctrlflag[slap_cids.sc_postRead] macro

Completed in 63 milliseconds