Searched refs:o_controls (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Doperation.c135 op->o_controls = opbuf->ob_controls;
198 op->o_controls = ((OperationBuffer *) op)->ob_controls;
H A Dslap.h2704 void **o_controls; /* per-control state */ member in struct:Operation
2727 #define o_assertion o_controls[slap_cids.sc_assert]
2731 #define o_vrFilter o_controls[slap_cids.sc_valuesReturnFilter]
2747 #define o_preread_attrs o_controls[slap_cids.sc_preRead]
2748 #define o_postread_attrs o_controls[slap_cids.sc_postRead]
2751 #define o_pagedresults_state o_controls[slap_cids.sc_pagedResults]
2764 #define o_tracked_sessions o_controls[slap_cids.sc_sessionTracking]
H A Dsyncrepl.c1045 op->o_controls[slap_cids.sc_LDAPsync] = &syncCookie;
1184 op->o_controls[slap_cids.sc_LDAPsync] = &syncCookie;
1267 op->o_controls[slap_cids.sc_LDAPsync] = &syncCookie;
1300 op->o_controls[slap_cids.sc_LDAPsync] = &syncCookie;
1340 op->o_controls[slap_cids.sc_LDAPsync] = &syncCookie;
H A Dconnection.c2068 op->o_controls = opbuf->ob_controls;
H A Dsasl.c416 op->o_controls = opbuf.ob_controls;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsssvlv.c433 vlv_ctrl *vc = op->o_controls[vlv_cid];
700 sort_ctrl *sc = op->o_controls[sss_cid];
824 sc = op->o_controls[sss_cid];
834 op->o_controls[vlv_cid] : NULL;
1115 op->o_controls[sss_cid] = sc;
1194 op->o_controls[vlv_cid] = vc;
H A Dodlocales.c112 nop->o_controls = opbuf.ob_controls;
H A Dderef.c115 #define o_ctrlderef o_controls[deref_cid]
H A Dsyncprov.c624 srs = op->o_controls[slap_cids.sc_LDAPsync];
993 op->o_controls = opbuf.ob_controls;
994 memset( op->o_controls, 0, sizeof(opbuf.ob_controls) );
2063 if ( op->o_controls ) {
2065 op->o_controls[slap_cids.sc_LDAPsync];
2285 sync_control *srs = op->o_controls[slap_cids.sc_LDAPsync];
2448 srs = op->o_controls[slap_cids.sc_LDAPsync];
3371 op->o_controls[slap_cids.sc_LDAPsync] = sr;
H A Daccesslog.c1946 op2.o_controls = cids;
2000 op2.o_controls = cids;
H A Dodusers.c74 fakeop->o_controls = opbuf.ob_controls;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c35 #define o_ctrlnoopsrch o_controls[noopsrch_cid]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c50 #define o_ctrldupent o_controls[dupent_cid]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c192 op->o_controls = ((OperationBuffer *) op)->ob_controls;

Completed in 138 milliseconds