Searched refs:refHost (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 1411 ref->refHost = strdup(ld_defhost); in __s_api_addRefInfo() 1412 if (ref->refHost == NULL) { in __s_api_addRefInfo() 1428 ref->refHost = (char *)malloc(hostlen); in __s_api_addRefInfo() 1429 if (ref->refHost == NULL) { in __s_api_addRefInfo() 1444 (void) snprintf(ref->refHost, hostlen, in __s_api_addRefInfo() 1449 (void) snprintf(ref->refHost, hostlen, in __s_api_addRefInfo() 1456 (void) snprintf(ref->refHost, hostlen, "%s", in __s_api_addRefInfo() 1465 free(ref->refHost); in __s_api_addRefInfo() 1474 free(ref->refHost); in __s_api_addRefInfo() 1490 free(ref->refHost); in __s_api_addRefInfo() [all …]
|
H A D | ns_internal.h | 595 char *refHost; member
|
H A D | ns_writes.c | 957 rc = __s_api_getConnection(current_ref->refHost, in write_state_machine()
|
H A D | ns_reads.c | 1699 rc = __s_api_getConnection(cookie->refpos->refHost, 0, in get_referral_session()
|