Home
last modified time | relevance | path

Searched refs:mDNS_GrowCache (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c87 if (storage) mDNS_GrowCache(m, storage, RR_CACHE_SIZE); in mDNS_StatusCallback()
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h2145 extern void mDNS_GrowCache (mDNS *const m, CacheEntity *storage, mDNSu32 numrecords);
DmDNS.c10603 mDNSexport void mDNS_GrowCache(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) in mDNS_GrowCache() function