Searched refs:LDAP_BACK_F_CHASE_REFERRALS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dinit.c170 li->li_flags = LDAP_BACK_F_CHASE_REFERRALS;
H A Dback-ldap.h305 #define LDAP_BACK_F_CHASE_REFERRALS (0x00000020U) macro
346 #define LDAP_BACK_CHASE_REFERRALS(li) LDAP_BACK_ISSET( (li), LDAP_BACK_F_CHASE_REFERRALS )
H A Dconfig.c1930 li->li_flags |= LDAP_BACK_F_CHASE_REFERRALS;
1933 li->li_flags &= ~LDAP_BACK_F_CHASE_REFERRALS;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h348 #define META_BACK_TGT_CHASE_REFERRALS(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_CHASE_REFERRALS )
H A Dconfig.c953 *flagsp |= LDAP_BACK_F_CHASE_REFERRALS;
957 *flagsp &= ~LDAP_BACK_F_CHASE_REFERRALS;

Completed in 170 milliseconds