OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXDNSRCH
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/dns/include/
resolv_private.h
134
#define
MAXDNSRCH
6 /* max # domains in search path */
161
char *dnsrch[
MAXDNSRCH
+1]; /* components of domain to search */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h
93
# define
MAXDNSRCH
6 /* max # domains in search path */
114
char *dnsrch[
MAXDNSRCH
+1]; /* components of domain to search */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h
93
# define
MAXDNSRCH
6 /* max # domains in search path */
114
char *dnsrch[
MAXDNSRCH
+1]; /* components of domain to search */
/bionic/libc/dns/resolv/
res_init.c
263
for (n = 0; *cp && pp < statp->dnsrch +
MAXDNSRCH
; cp++) {
334
for (n = 0; *cp && pp < statp->dnsrch +
MAXDNSRCH
; cp++) {
res_cache.c
[
all
...]
/external/chromium_org/net/dns/
dns_config_service_posix.cc
452
for (int i = 0; (i <
MAXDNSRCH
) && res.dnsrch[i]; ++i) {
Completed in 805 milliseconds