Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:NextCacheCheck

2179 	// 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);