OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESOLV_CACHE_UNSUPPORTED
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/dns/include/
resolv_cache.h
43
RESOLV_CACHE_UNSUPPORTED
, /* the cache can't handle that kind of queries */
/bionic/libc/dns/resolv/
res_cache.c
94
* if the function returns
RESOLV_CACHE_UNSUPPORTED
, the client should
97
* note that
RESOLV_CACHE_UNSUPPORTED
is also returned if the answer buffer
[
all
...]
res_send.c
356
ResolvCacheStatus cache_status =
RESOLV_CACHE_UNSUPPORTED
;
375
} else if (cache_status !=
RESOLV_CACHE_UNSUPPORTED
) {
[
all
...]
Completed in 208 milliseconds