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

/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c64 #define RR_CACHE_SIZE 500 macro
65 static CacheEntity gRRCache[RR_CACHE_SIZE];
86 CacheEntity *storage = malloc(sizeof(CacheEntity) * RR_CACHE_SIZE);
87 if (storage) mDNS_GrowCache(m, storage, RR_CACHE_SIZE);
188 err = mDNS_Init(&mDNSStorage, &PlatformStorage, gRRCache, RR_CACHE_SIZE, mDNS_Init_AdvertiseLocalAddresses,
H A DClient.c32 #define RR_CACHE_SIZE 500 macro
33 static CacheEntity gRRCache[RR_CACHE_SIZE];
189 gRRCache, RR_CACHE_SIZE,
H A DIdentify.c63 #define RR_CACHE_SIZE 500 macro
64 static CacheEntity gRRCache[RR_CACHE_SIZE];
289 gRRCache, RR_CACHE_SIZE,

Completed in 71 milliseconds