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

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2179 // Note: We don't have to adjust m->NextCacheCheck here -- this is just getting a record into memory for
2180 // us to look at. If we decide to copy it into the cache, then we'll update m->NextCacheCheck accordingly.
2738 if (e - m->NextCacheCheck > 0) e = m->NextCacheCheck;
2798 if (m->timenow - m->NextCacheCheck >= 0)
2799 LogMsg("Task Scheduling Error: m->NextCacheCheck %d", m->timenow - m->NextCacheCheck);
H A DmDNS.c2504 if (m->NextCacheCheck - event > 0)
2505 m->NextCacheCheck = event;
3766 // which will correctly update m->NextCacheCheck for us.
4316 if (m->rrcache_size && m->timenow - m->NextCacheCheck >= 0)
4319 m->NextCacheCheck = m->timenow + 0x3FFFFFFF;
4328 debugf("m->NextCacheCheck %4d Slot %3d %##s", numchecked, slot, *cp ? (*cp)->name : (domainname*)"\x04NULL");
4336 // factor its nextcheck time into our overall NextCacheCheck value
4337 if (m->NextCacheCheck - m->rrcache_nextcheck[slot] > 0)
4338 m->NextCacheCheck = m->rrcache_nextcheck[slot];
4340 debugf("m->NextCacheCheck
[all...]
H A DmDNSEmbeddedAPI.h1815 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires member in struct:mDNS_struct
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4550 LogTimer("m->NextCacheCheck ", m->NextCacheCheck);

Completed in 135 milliseconds