Lines Matching refs:LastQTime
2128 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - ((Q)->LastQTime + (Q)->ThisQI…
2133 if (m->NextScheduledQuery - (q->LastQTime + q->ThisQInterval) > 0) in SetNextQueryTime()
2134 m->NextScheduledQuery = (q->LastQTime + q->ThisQInterval); in SetNextQueryTime()
3648 q->LastQTime = m->timenow; in SendQueries()
3675 if (m->timenow - (q->LastQTime + q->ThisQInterval/2) >= 0) in SendQueries()
3694 q->LastQTime = m->timenow; in SendQueries()
3950 q->LastQTime = m->timenow; in AnswerQuestionWithResourceRecord()
4033 …q->LastQTime = m->timenow - InitialQuestionInterval + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatfo… in CacheRecordAdd()
4290 q->LastQTime = m->timenow - q->ThisQInterval; in AnswerNewQuestion()
4653 q->LastQTime = m->timenow - q->ThisQInterval; in mDNSCoreMachineSleep()
5747 q->LastQTime = question->LastQTime; in UpdateQuestionDuplicates()
5830 …question->LastQTime = m->timenow - m->RandomQueryDelay; // Avoid inter-machine synchroniz… in mDNS_StartQuery_internal()
5849 question->LastQTime + question->ThisQInterval - m->timenow, question); in mDNS_StartQuery_internal()
5853 question->LastQTime + question->ThisQInterval - m->timenow, question, question->DuplicateOf); in mDNS_StartQuery_internal()
6643 if (q->LastQTime - (m->timenow - q->ThisQInterval + qdelay) > 0) in mDNS_RegisterInterface()
6644 q->LastQTime = (m->timenow - q->ThisQInterval + qdelay); in mDNS_RegisterInterface()