Home
last modified time | relevance | path

Searched refs:dnsrch (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/dns/resolv/
Dres_init.c261 pp = statp->dnsrch; in __res_vinit()
263 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
332 pp = statp->dnsrch; in __res_vinit()
334 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
455 pp = statp->dnsrch; in __res_vinit()
464 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()
475 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
Dres_query.c285 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
Dres_cache.c2097 register char **pp = statp->dnsrch; in _resolv_populate_res_for_net()
2099 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) { in _resolv_populate_res_for_net()
/bionic/libc/dns/include/
Dresolv_private.h168 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
/bionic/libc/dns/net/
Dgetaddrinfo.c2304 for (domain = (const char * const *)res->dnsrch; in res_searchN()