Searched refs:lhs_nexthost (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c639 char *lhs_nexthost; member in struct:ldap_x_hostlist_status
676 (*statusp)->lhs_nexthost = (*statusp)->lhs_hostlist;
698 if ( NULL == status || NULL == status->lhs_nexthost ) {
707 if ( status->lhs_nexthost[0] == '[' ) {
708 ++status->lhs_nexthost;
713 if ( NULL != ( q = strchr( status->lhs_nexthost, ' ' ))) {
714 size_t len = q - status->lhs_nexthost;
719 strncpy( *hostp, status->lhs_nexthost, len );
721 status->lhs_nexthost += ( len + 1 );
723 *hostp = nsldapi_strdup( status->lhs_nexthost );
[all...]

Completed in 21 milliseconds