Searched refs:RESOLV_CACHE_UNSUPPORTED (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_cache.h43 RESOLV_CACHE_UNSUPPORTED, /* the cache can't handle that kind of queries */ enumerator in enum:__anon13
/bionic/libc/dns/resolv/
H A Dres_cache.c90 * if the function returns RESOLV_CACHE_UNSUPPORTED, the client should
93 * note that RESOLV_CACHE_UNSUPPORTED is also returned if the answer buffer
1627 return RESOLV_CACHE_UNSUPPORTED;
1635 result = RESOLV_CACHE_UNSUPPORTED;
1673 result = RESOLV_CACHE_UNSUPPORTED;
H A Dres_send.c370 ResolvCacheStatus cache_status = RESOLV_CACHE_UNSUPPORTED;
398 } else if (cache_status != RESOLV_CACHE_UNSUPPORTED) {

Completed in 95 milliseconds