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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c143 if ( ld->ld_host != NULL )
144 NSLDAPI_FREE( ld->ld_host );
H A Dopen.c439 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_open successful, ld_host is %s\n",
440 ( ld->ld_host == NULL ) ? "(null)" : ld->ld_host, 0, 0 );
H A Dldap-int.h264 char *ld_host; member in struct:ldap
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c132 char *ld_host; member in struct:logging_data
252 free(lq->ld_host);
299 if (lq->ld_host == NULL) {
304 host = lq->ld_host;
312 if (lq->ld_host == NULL)
1001 lq->ld_host = strdup(host);
1002 if (lq->ld_host == NULL)

Completed in 78 milliseconds