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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c2867 #define NextCacheCheckEvent(RR) ((RR)->NextRequiredQuery + CacheCheckGracePeriod(RR))
2884 rr->NextRequiredQuery = RRExpireTime(rr);
2890 rr->NextRequiredQuery -= TicksTTL(rr)/20 * (MaxUnansweredQueries - rr->UnansweredQueries);
2891 rr->NextRequiredQuery += mDNSRandom((mDNSu32)TicksTTL(rr)/50);
2892 verbosedebugf("SetNextCacheCheckTimeForRecord: NextRequiredQuery in %ld sec CacheCheckGracePeriod %d ticks for %s",
2893 (rr->NextRequiredQuery - m->timenow) / mDNSPlatformOneSecond, CacheCheckGracePeriod(rr), CRDisplayString(m,rr));
3232 rr->NextRequiredQuery - (m->timenow + q->ThisQInterval) > 0) // and we'll ask at least once again before NextRequiredQuery
3272 // to their NextRequiredQuery to be worth batching them together with this one
3277 if (m->timenow + TicksTTL(cr)/50 - cr->NextRequiredQuery >
[all...]
H A DmDNSEmbeddedAPI.h1640 mDNSs32 NextRequiredQuery; // In platform time units member in struct:CacheRecord_struct
H A DDNSCommon.c3446 rr->NextRequiredQuery = m ? m->timenow : 0; // Will be updated to the real value when we call SetNextCacheCheckTimeForRecord()

Completed in 275 milliseconds