Searched refs:cache_size (Results 1 – 1 of 1) sorted by relevance
1409 char cache_size[PROP_VALUE_MAX]; in _res_cache_get_max_entries() local1420 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()