Home
last modified time | relevance | path

Searched refs:ha_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c608 char *ha_buf=NULL; in ldap_connect_to_host() local
767 rc = ldap_pvt_gethostbyname_a( host, &he_buf, &ha_buf, in ldap_connect_to_host()
777 if (ha_buf) LDAP_FREE(ha_buf); in ldap_connect_to_host()
864 if (ha_buf) LDAP_FREE(ha_buf); in ldap_connect_to_host()
H A Dutil-int.c870 char *ha_buf; in ldap_pvt_get_fqdn()
903 &he_buf, &ha_buf, &hp, &local_h_errno ); in ldap_pvt_get_fqdn()
911 LDAP_FREE( ha_buf ); in ldap_pvt_get_fqdn()