Searched defs:nameparts (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Durl.c531 * reduced to only two nameparts.
567 int nameparts; local
575 if ((ld == NULL) || ((dn = ldap_dns_to_dn(dns_name, &nameparts)) ==
579 if ((url = ldap_dn_to_url(ld, dn, nameparts)) == NULL) {
766 * The number of nameparts in the supplied distinguished name must be
770 * distinguished name is reduced to only two nameparts.
787 int nameparts
798 * Continue until only 2 nameparts remain.
800 while (dn && (nameparts > 1) && (! url)) {
830 nameparts
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c545 * reduced to only two nameparts.
581 int nameparts; local
589 if ((ld == NULL) || ((dn = ldap_dns_to_dn(dns_name, &nameparts)) ==
593 if ((url = ldap_dn_to_url(ld, dn, nameparts)) == NULL) {
779 * The number of nameparts in the supplied distinguished name must be
783 * distinguished name is reduced to only two nameparts.
800 int nameparts
811 * Continue until only 2 nameparts remain.
813 while (dn && (nameparts > 1) && (! url)) {
845 nameparts
[all...]

Completed in 22 milliseconds