Searched refs:LastQTxTime (Results 1 – 2 of 2) sorted by relevance
3649 q->LastQTxTime = m->timenow; in SendQueries()3701 q->LastQTxTime = m->timenow; in SendQueries()3951 q->LastQTxTime = m->timenow; in AnswerQuestionWithResourceRecord()4029 …q->ThisQInterval > InitialQuestionInterval*32 && m->timenow - q->LastQTxTime < mDNSPlatformOneSeco… in CacheRecordAdd()5023 …if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / … in ProcessQuery()5750 q->LastQTxTime = question->LastQTxTime; in UpdateQuestionDuplicates()5844 question->LastQTxTime = m->timenow; in mDNS_StartQuery_internal()
1917 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) … member