OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_NO_NIBBLE2
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
resolv_private.h
254
#define
RES_NO_NIBBLE2
0x80000000 /* disable alternate nibble lookup */
257
RES_DNSRCH |
RES_NO_NIBBLE2
)
/bionic/libc/netbsd/resolv/
res_init.c
577
statp->options |=
RES_NO_NIBBLE2
;
580
~
RES_NO_NIBBLE2
;
res_debug.c
640
#ifdef
RES_NO_NIBBLE2
641
case
RES_NO_NIBBLE2
: return "no-nibble2";
Completed in 36 milliseconds