Searched refs:o_cancel (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcancel.c106 } else if ( o->o_cancel != SLAP_CANCEL_NONE ) {
120 o->o_cancel = SLAP_CANCEL_REQ;
141 while ( o->o_cancel == SLAP_CANCEL_REQ )
144 rc = o->o_cancel;
152 o->o_cancel = SLAP_CANCEL_DONE;
H A Doperation.c192 op->o_cancel = 0;
H A Dconnection.c1187 cancel = op->o_cancel;
1190 op->o_cancel = rc == SLAPD_ABANDON
1201 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
1204 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
H A Dresult.c294 if (( op->o_abandon && !op->o_cancel ) || !connection_valid( conn ) ||
574 if (( rs->sr_err == SLAPD_ABANDON ) && !op->o_cancel ) {
587 if ( op->o_abandon && !op->o_cancel ) {
603 if ( rc == SLAPD_ABANDON && op->o_cancel )
H A Dslap.h2669 volatile sig_atomic_t o_cancel; /* cancel flag */ member in struct:Operation
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c1145 so->s_op->o_cancel = SLAP_CANCEL_ACK;

Completed in 101 milliseconds