Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_cache.c1409 char cache_size[PROP_VALUE_MAX]; in _res_cache_get_max_entries() local
1420 if (__system_property_get(DNS_CACHE_SIZE_PROP_NAME, cache_size) > 0) { in _res_cache_get_max_entries()
1421 result = atoi(cache_size); in _res_cache_get_max_entries()