Home | History | Annotate | Download | only in resolv

Lines Matching refs:cache_size

1229     char cache_size[PROP_VALUE_MAX];
1241 if (__system_property_get(DNS_CACHE_SIZE_PROP_NAME, cache_size) > 0) {
1242 result = atoi(cache_size);