ldap_x_hostlist_next
LDAP_API(int) LDAP_CALL ldap_x_hostlist_next( char **hostp,
return( ldap_x_hostlist_next( hostp, portp, *statusp ));
parse_err = ldap_x_hostlist_next( &host, &port, status );
parse_err = ldap_x_hostlist_next( &host, &port, status )) {