HomeSort by relevance Sort by last modified time
    Searched refs:RR_CACHE_SIZE (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 64 #define RR_CACHE_SIZE 500
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,
Client.c 32 #define RR_CACHE_SIZE 500
33 static CacheEntity gRRCache[RR_CACHE_SIZE];
189 gRRCache, RR_CACHE_SIZE,
Identify.c 63 #define RR_CACHE_SIZE 500
64 static CacheEntity gRRCache[RR_CACHE_SIZE];
289 gRRCache, RR_CACHE_SIZE,

Completed in 385 milliseconds