Lines Matching refs:ludpp
1077 is_same_connection(__nis_ldap_conn_t *lc, LDAPURLDesc *ludpp)
1079 return (strcasecmp(ludpp->lud_host, lc->sp) == 0 &&
1080 ludpp->lud_port == lc->port);
1085 LDAPURLDesc *ludpp, int *stat)
1096 if (is_same_connection(lc, ludpp)) {
1124 LDAPURLDesc *ludpp = NULL;
1146 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
1150 if (ludpp->lud_options & LDAP_URL_OPT_SECURE) {
1152 ldap_free_urldesc(ludpp);
1157 ldap_free_urldesc(ludpp);
1164 lc = find_connection_from_list(ldapReferralCon, ludpp, stat);
1166 lc = find_connection_from_list(ldapCon, ludpp, stat);
1167 ldap_free_urldesc(ludpp);
1175 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
1179 if (ludpp->lud_options & LDAP_URL_OPT_SECURE) {
1181 ldap_free_urldesc(ludpp);
1186 ldap_free_urldesc(ludpp);
1191 lc = createCon(ludpp->lud_host, proxyInfo.proxy_dn,
1194 ludpp->lud_port);
1196 ldap_free_urldesc(ludpp);
1201 myself, NIL(ludpp->lud_host));
1214 lc = find_connection_from_list(ldapReferralCon, ludpp, stat);
1215 ldap_free_urldesc(ludpp);