Lines Matching refs:therrno
126 int therrno = NETDB_INTERNAL; in ho_byname() local
143 therrno = pvt->res->res_h_errno; in ho_byname()
159 RES_SET_H_ERRNO(pvt->res, therrno); in ho_byname()
169 int therrno = NETDB_INTERNAL; in ho_byname2() local
186 therrno = pvt->res->res_h_errno; in ho_byname2()
198 RES_SET_H_ERRNO(pvt->res, therrno); in ho_byname2()
208 int therrno = NETDB_INTERNAL; in ho_byaddr() local
226 therrno = pvt->res->res_h_errno; in ho_byaddr()
239 RES_SET_H_ERRNO(pvt->res, therrno); in ho_byaddr()
337 int therrno = NETDB_INTERNAL; in ho_addrinfo() local
356 therrno = pvt->res->res_h_errno; in ho_addrinfo()
369 RES_SET_H_ERRNO(pvt->res, therrno); in ho_addrinfo()