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

/bind-9.11.3/lib/lwres/
H A Dgetipnode.c165 copyandmerge(struct hostent *, struct hostent *, int, int *);
258 return (copyandmerge(&he, NULL, af, error_num));
309 he3 = copyandmerge(he1, he2, af, error_num);
407 he2 = copyandmerge(he1, NULL, af, error_num);
835 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) function

Completed in 9 milliseconds