Home | History | Annotate | Download | only in slapd

Lines Matching refs:o_ctrlflag

2760 	char o_ctrlflag[SLAP_MAX_CIDS];	/* per-control flags */
2763 #define o_dontUseCopy o_ctrlflag[slap_cids.sc_dontUseCopy]
2766 #define o_relax o_ctrlflag[slap_cids.sc_relax]
2769 #define o_managedsait o_ctrlflag[slap_cids.sc_manageDSAit]
2772 #define o_noop o_ctrlflag[slap_cids.sc_noOp]
2773 #define o_proxy_authz o_ctrlflag[slap_cids.sc_proxyAuthz]
2774 #define o_subentries o_ctrlflag[slap_cids.sc_subentries]
2777 #define o_subentries_visibility o_ctrlflag[slap_cids.sc_subentries]
2782 #define o_assert o_ctrlflag[slap_cids.sc_assert]
2787 #define o_valuesreturnfilter o_ctrlflag[slap_cids.sc_valuesReturnFilter]
2790 #define o_permissive_modify o_ctrlflag[slap_cids.sc_permissiveModify]
2793 #define o_domain_scope o_ctrlflag[slap_cids.sc_domainScope]
2797 #define o_tree_delete o_ctrlflag[slap_cids.sc_treeDelete]
2801 #define o_preread o_ctrlflag[slap_cids.sc_preRead]
2802 #define o_postread o_ctrlflag[slap_cids.sc_postRead]
2807 #define o_pagedresults o_ctrlflag[slap_cids.sc_pagedResults]
2812 #define o_sortedresults o_ctrlflag[slap_cids.sc_sortedResults]
2815 #define o_txnSpec o_ctrlflag[slap_cids.sc_txnSpec]
2818 #define o_session_tracking o_ctrlflag[slap_cids.sc_sessionTracking]
2824 #define o_whatFailed o_ctrlflag[slap_cids.sc_whatFailed]
2829 #define o_lazyCommit o_ctrlflag[slap_cids.sc_lazyCommit]
2833 #define o_sync o_ctrlflag[slap_cids.sc_LDAPsync]