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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c622 char *lhs_nexthost; member in struct:ldap_x_hostlist_status
659 (*statusp)->lhs_nexthost = (*statusp)->lhs_hostlist;
681 if ( NULL == status || NULL == status->lhs_nexthost ) {
690 if ( status->lhs_nexthost[0] == '[' ) {
691 ++status->lhs_nexthost;
696 if ( NULL != ( q = strchr( status->lhs_nexthost, ' ' ))) {
697 size_t len = q - status->lhs_nexthost;
702 strncpy( *hostp, status->lhs_nexthost, len );
704 status->lhs_nexthost += ( len + 1 );
706 *hostp = nsldapi_strdup( status->lhs_nexthost );
[all...]

Completed in 44 milliseconds