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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c49 struct hostent_data *hep; local
56 hep = (struct hostent_data *)buffer;
57 hep->current = NULL;
59 if ( gethostbyname_r( name, result, hep ) == -1) {

Completed in 37 milliseconds