Home
last modified time | relevance | path

Searched refs:res_h_errno (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/resolv/
Dres_query.c262 saved_herrno = statp->res_h_errno; in res_nsearch()
318 switch (statp->res_h_errno) { in res_nsearch()
/bionic/libc/dns/include/
Dresolv_private.h102 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
187 int res_h_errno; /* last one set for this context */ member