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

/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNS.c3055 // Calling CheckCacheExpiration() is an expensive operation because it has to look at the entire cache,
4493 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
4665 mDNSlocal void CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) function
4669 if (m->lock_rrcache) { LogMsg("CheckCacheExpiration ERROR! Cache already locked!"); return; }
4680 verbosedebugf("CheckCacheExpiration: Deleting%7d %7d %p %s",
4726 verbosedebugf("CheckCacheExpiration:%6d %5d %s",
4733 if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p to %p", cg->rrcache_tail, rp);
4866 if (cg) CheckCacheExpiration(m, HashSlotFromNameHash(q->qnamehash), cg);
4867 if (m->NewQuestions != q) { LogInfo("AnswerNewQuestion: Question deleted while doing CheckCacheExpiration"); goto exit; }
4869 // Advance NewQuestions to the next *after* calling CheckCacheExpiration, becaus
[all...]

Completed in 104 milliseconds