HomeSort by: relevance | last modified time | path
    Searched refs:ha_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c 608 char *ha_buf=NULL; local
769 rc = ldap_pvt_gethostbyname_a( host, &he_buf, &ha_buf,
779 if (ha_buf) LDAP_FREE(ha_buf);
866 if (ha_buf) LDAP_FREE(ha_buf);
util-int.c 798 char *ha_buf;
831 &he_buf, &ha_buf, &hp, &local_h_errno );
839 LDAP_FREE( ha_buf );

Completed in 64 milliseconds