Searched defs:ref_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c688 ns_referral_info_t *ref_list = NULL; local
720 if (ref_list)
721 __s_api_deleteRefInfo(ref_list);
900 if (Errno == LDAP_REFERRAL && followRef && !ref_list) {
903 rc = __s_api_addRefInfo(&ref_list,
907 __s_api_deleteRefInfo(ref_list);
908 ref_list = NULL;
913 if (ref_list == NULL) {
920 current_ref = ref_list;
1017 __s_api_deleteRefInfo(ref_list);
[all...]

Completed in 64 milliseconds