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

/illumos-gate/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 298 milliseconds