Searched refs:gRRCache (Results 1 – 4 of 4) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | Client.c | 33 static CacheEntity gRRCache[RR_CACHE_SIZE]; variable 189 gRRCache, RR_CACHE_SIZE, in main()
|
D | PosixDaemon.c | 65 static CacheEntity gRRCache[RR_CACHE_SIZE]; variable 188 …err = mDNS_Init(&mDNSStorage, &PlatformStorage, gRRCache, RR_CACHE_SIZE, mDNS_Init_AdvertiseLocalA… in main()
|
D | Identify.c | 64 static CacheEntity gRRCache[RR_CACHE_SIZE]; variable 289 gRRCache, RR_CACHE_SIZE, in main()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 78 static CacheEntity gRRCache[RR_CACHE_SIZE]; variable 1194 …err = mDNS_Init( &gMDNSRecord, &gPlatformStorage, gRRCache, RR_CACHE_SIZE, mDNS_Init_AdvertiseLoca… in ServiceSpecificInitialize()
|