OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnsrch
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/dns/
dns_config_service_posix_unittest.cc
43
res->
dnsrch
[0] = res->defdname;
44
res->
dnsrch
[1] = res->defdname + sizeof("chromium.org");
134
res.
dnsrch
[0] = res.defdname;
dns_config_service_posix.cc
375
for (int i = 0; (i < MAXDNSRCH) && res.
dnsrch
[i]; ++i) {
376
dns_config->search.push_back(std::string(res.
dnsrch
[i]));
/bionic/libc/netbsd/resolv/
res_init.c
250
pp = statp->
dnsrch
;
252
for (n = 0; *cp && pp < statp->
dnsrch
+ MAXDNSRCH; cp++) {
321
pp = statp->
dnsrch
;
323
for (n = 0; *cp && pp < statp->
dnsrch
+ MAXDNSRCH; cp++) {
444
pp = statp->
dnsrch
;
453
while (pp < statp->
dnsrch
+ MAXDFLSRCH) {
463
printf(";; res_init()... default
dnsrch
list:\n");
464
for (pp = statp->
dnsrch
; *pp; pp++)
res_query.c
284
for (domain = (const char * const *)statp->
dnsrch
;
336
/* if we got here for some reason other than
DNSRCH
,
361
* the last
DNSRCH
we did.
res_cache.c
[
all
...]
/bionic/libc/private/
resolv_private.h
158
char *
dnsrch
[MAXDNSRCH+1]; /* components of domain to search */
member in struct:__res_state
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
114
char *
dnsrch
[MAXDNSRCH+1]; /* components of domain to search */
member in struct:__res_state
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
114
char *
dnsrch
[MAXDNSRCH+1]; /* components of domain to search */
member in struct:__res_state
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
114
char *
dnsrch
[MAXDNSRCH+1]; /* components of domain to search */
member in struct:__res_state
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
Completed in 34 milliseconds