Searched refs:LDAP_URL_OPT_SECURE (Results 1 – 5 of 5) sorted by relevance
207 ludp->lud_options |= LDAP_URL_OPT_SECURE; in nsldapi_url_parse()455 } else if (( ludp->lud_options & LDAP_URL_OPT_SECURE ) == 0 ) { in ldap_url_search()464 if (( ludp->lud_options & LDAP_URL_OPT_SECURE ) != 0 ) { in ldap_url_search()
967 secure = (( ludp->lud_options & LDAP_URL_OPT_SECURE ) != 0 ); in chase_one_referral()
1150 #ifdef LDAP_URL_OPT_SECURE in findReferralCon()1151 if (ludpp->lud_options & LDAP_URL_OPT_SECURE) { in findReferralCon()1179 #ifdef LDAP_URL_OPT_SECURE in findReferralCon()1180 if (ludpp->lud_options & LDAP_URL_OPT_SECURE) { in findReferralCon()
1056 #ifdef LDAP_URL_OPT_SECURE in process_ldap_referral()1057 if (ludpp->lud_options & LDAP_URL_OPT_SECURE) { in process_ldap_referral()
769 #define LDAP_URL_OPT_SECURE 0x01 macro