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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2480 // Calling CheckCacheExpiration() is an expensive operation because it has to look at the entire cache,
3606 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
3711 mDNSlocal void CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) function
3715 if (m->lock_rrcache) { LogMsg("CheckCacheExpiration ERROR! Cache already locked!"); return; }
3725 verbosedebugf("CheckCacheExpiration: Deleting%7d %7d %p %s",
3771 verbosedebugf("CheckCacheExpiration:%6d %5d %s",
3778 if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p to %p", cg->rrcache_tail, rp);
3795 if (cg) CheckCacheExpiration(m, slot, cg);
3796 if (m->NewQuestions != q) { LogInfo("AnswerNewQuestion: Question deleted while doing CheckCacheExpiration"); goto exit; }
3798 // Advance NewQuestions to the next *after* calling CheckCacheExpiration, becaus
[all...]

Completed in 46 milliseconds