Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c661 return( ldap_x_hostlist_next( hostp, portp, *statusp )); in ldap_x_hostlist_first()
671 ldap_x_hostlist_next( char **hostp, int *portp, in ldap_x_hostlist_next() function
H A Dos-ip.c718 parse_err = ldap_x_hostlist_next( &host, &port, status );
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h284 LDAP_API(int) LDAP_CALL ldap_x_hostlist_next( char **hostp,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c408 parse_err = ldap_x_hostlist_next( &host, &port, status )) { in prldap_connect()