Home
last modified time | relevance | path

Searched refs:next_dn (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c800 char *next_dn = dn; in ldap_dn_to_url() local
839 if (next_dn = strchr(dn, ',')) { in ldap_dn_to_url()
840 next_dn++; in ldap_dn_to_url()
841 dn = next_dn; in ldap_dn_to_url()