Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_init.c262 pp = statp->dnsrch; in __res_vinit()
264 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
333 pp = statp->dnsrch; in __res_vinit()
335 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
456 pp = statp->dnsrch; in __res_vinit()
465 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()
476 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
Dres_query.c285 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
Dres_cache.c2151 register char **pp = statp->dnsrch; in _resolv_populate_res_for_net()
2153 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) { in _resolv_populate_res_for_net()
/bionic/libc/dns/include/
Dresolv_private.h166 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
/bionic/libc/dns/net/
Dgetaddrinfo.c2322 for (domain = (const char * const *)res->dnsrch; in res_searchN()