Searched refs:he2 (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/lwres/ |
H A D | getipnode.c | 194 struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL; local 293 he2 = hostfromname(by, AF_INET); 295 if (he2 == NULL) { 309 he3 = copyandmerge(he1, he2, af, error_num); 314 if (he2 != NULL) 315 lwres_freehostent(he2); 326 struct hostent *he1, *he2; local 407 he2 = copyandmerge(he1, NULL, af, error_num); 409 if (he2 == NULL) 414 memmove(he2 835 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument [all...] |
Completed in 609 milliseconds