Searched refs:get_manageDSAit (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dcompare.c39 assert( get_manageDSAit( op ) );
H A Dreferral.c55 if( get_manageDSAit( op ) ) {
H A Dsearch.c64 manageDSAit = get_manageDSAit( op );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dcompare.c30 int manageDSAit = get_manageDSAit( op );
H A Dreferral.c39 if( get_manageDSAit( op ) ) {
H A Ddelete.c34 int manageDSAit = get_manageDSAit( op );
H A Dsearch.c377 manageDSAit = get_manageDSAit( op );
1213 if( !get_manageDSAit(op) && !get_domainScope(op) ) {
H A Dmodify.c402 int manageDSAit = get_manageDSAit( op );
H A Dmodrdn.c47 int manageDSAit = get_manageDSAit( op );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dcompare.c39 int manageDSAit = get_manageDSAit( op );
H A Dmodify.c40 int manageDSAit = get_manageDSAit( op );
H A Dmodrdn.c51 int manageDSAit = get_manageDSAit( op );
H A Ddelete.c412 int manageDSAit = get_manageDSAit( op );
H A Dsearch.c2003 int manageDSAit = get_manageDSAit( op );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c273 get_manageDSAit( op ) )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddelete.c180 org_managedsait = get_manageDSAit( op );
H A Dextended.c164 if( get_manageDSAit( op ) == SLAP_CONTROL_CRITICAL ) {
H A Dbind.c233 if( get_manageDSAit( op ) == SLAP_CONTROL_CRITICAL ) {
H A Dmodrdn.c327 org_managedsait = get_manageDSAit( op );
H A Dslap.h2713 #define get_manageDSAit(op) _SCM((op)->o_managedsait) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c937 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !get_manageDSAit( op ) ) {
960 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !get_manageDSAit( op )) {
1159 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !get_manageDSAit( op ) ) {
1359 if ( get_manageDSAit( op ) ) {
1458 if ( get_manageDSAit( op ) ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c765 else if ( !get_manageDSAit( op ) && is_entry_referral( e ) ) {
1091 (op->o_tag != LDAP_REQ_ADD || get_manageDSAit( op )
1263 entryp = get_manageDSAit( op ) ? NULL : &entry;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c557 if ( get_manageDSAit( op ) ) {
H A Ddynlist.c797 if ( rs->sr_type == REP_SEARCH && !get_manageDSAit( op ) )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c521 *((int *)value) = get_manageDSAit( pb->pb_op );

Completed in 146 milliseconds