Searched refs:NextCacheCheck (Results 1 – 3 of 3) sorted by relevance
3367 if (m->NextCacheCheck - (rr->NextRequiredQuery + CacheCheckGracePeriod(rr)) > 0) in SetNextCacheCheckTime()3368 m->NextCacheCheck = (rr->NextRequiredQuery + CacheCheckGracePeriod(rr)); in SetNextCacheCheckTime()3371 if (m->NextCacheCheck - rr->DelayDelivery > 0) in SetNextCacheCheckTime()3372 m->NextCacheCheck = rr->DelayDelivery; in SetNextCacheCheckTime()4209 if (m->NextCacheCheck - (event + CacheCheckGracePeriod(rr)) > 0) in CheckCacheExpiration()4210 m->NextCacheCheck = (event + CacheCheckGracePeriod(rr)); in CheckCacheExpiration()4504 if (m->rrcache_size && m->timenow - m->NextCacheCheck >= 0) in mDNS_Execute()4507 m->NextCacheCheck = m->timenow + 0x3FFFFFFF; in mDNS_Execute()4518 LogOperation("Cache checked. Next in %ld ticks", m->NextCacheCheck - m->timenow); in mDNS_Execute()4660 m->NextCacheCheck = m->timenow; in mDNSCoreMachineSleep()[all …]
2155 if (e - m->NextCacheCheck > 0) e = m->NextCacheCheck; in GetNextScheduledEvent()
2144 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires member