Lines Matching refs:CurrentQuestion

2245 	if (m->CurrentQuestion) LogMsg("AnswerLocalQuestions ERROR m->CurrentQuestion already set");  in AnswerLocalQuestions()
2247 m->CurrentQuestion = m->LocalOnlyQuestions; in AnswerLocalQuestions()
2248 while (m->CurrentQuestion && m->CurrentQuestion != m->NewLocalOnlyQuestions) in AnswerLocalQuestions()
2250 DNSQuestion *q = m->CurrentQuestion; in AnswerLocalQuestions()
2251 m->CurrentQuestion = q->next; in AnswerLocalQuestions()
2259 m->CurrentQuestion = m->Questions; in AnswerLocalQuestions()
2260 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in AnswerLocalQuestions()
2262 DNSQuestion *q = m->CurrentQuestion; in AnswerLocalQuestions()
2263 m->CurrentQuestion = q->next; in AnswerLocalQuestions()
2269 m->CurrentQuestion = mDNSNULL; in AnswerLocalQuestions()
3973 if (m->CurrentQuestion) LogMsg("CacheRecordDeferredAdd ERROR m->CurrentQuestion already set"); in CacheRecordDeferredAdd()
3974 m->CurrentQuestion = m->Questions; in CacheRecordDeferredAdd()
3975 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()
3977 DNSQuestion *q = m->CurrentQuestion; in CacheRecordDeferredAdd()
3978 m->CurrentQuestion = q->next; in CacheRecordDeferredAdd()
3982 m->CurrentQuestion = mDNSNULL; in CacheRecordDeferredAdd()
4011 if (m->CurrentQuestion) LogMsg("CacheRecordAdd ERROR m->CurrentQuestion already set"); in CacheRecordAdd()
4012 m->CurrentQuestion = m->Questions; in CacheRecordAdd()
4013 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()
4015 DNSQuestion *q = m->CurrentQuestion; in CacheRecordAdd()
4016 m->CurrentQuestion = q->next; in CacheRecordAdd()
4056 m->CurrentQuestion = mDNSNULL; in CacheRecordAdd()
4073 if (m->CurrentQuestion) LogMsg("NoCacheAnswer ERROR m->CurrentQuestion already set"); in NoCacheAnswer()
4074 m->CurrentQuestion = m->Questions; in NoCacheAnswer()
4075 while (m->CurrentQuestion) in NoCacheAnswer()
4077 DNSQuestion *q = m->CurrentQuestion; in NoCacheAnswer()
4078 m->CurrentQuestion = q->next; in NoCacheAnswer()
4083 m->CurrentQuestion = mDNSNULL; in NoCacheAnswer()
4096 if (m->CurrentQuestion) LogMsg("CacheRecordRmv ERROR m->CurrentQuestion already set"); in CacheRecordRmv()
4097 m->CurrentQuestion = m->Questions; in CacheRecordRmv()
4098 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()
4100 DNSQuestion *q = m->CurrentQuestion; in CacheRecordRmv()
4101 m->CurrentQuestion = q->next; in CacheRecordRmv()
4125 m->CurrentQuestion = mDNSNULL; in CacheRecordRmv()
4238 if (m->CurrentQuestion) LogMsg("AnswerNewQuestion ERROR m->CurrentQuestion already set"); in AnswerNewQuestion()
4239 …m->CurrentQuestion = q; // Indicate which question we're answering, so we'll know if it gets dele… in AnswerNewQuestion()
4254 if (m->CurrentQuestion != q) break; // If callback deleted q, then we're finished here in AnswerNewQuestion()
4281 if (m->CurrentQuestion != q) break; // If callback deleted q, then we're finished here in AnswerNewQuestion()
4287 if (ShouldQueryImmediately && m->CurrentQuestion == q) in AnswerNewQuestion()
4293 m->CurrentQuestion = mDNSNULL; in AnswerNewQuestion()
4306 if (m->CurrentQuestion) LogMsg("AnswerNewLocalOnlyQuestion ERROR m->CurrentQuestion already set"); in AnswerNewLocalOnlyQuestion()
4307 …m->CurrentQuestion = q; // Indicate which question we're answering, so we'll know if it gets dele… in AnswerNewLocalOnlyQuestion()
4319 if (m->CurrentQuestion != q) break; // If callback deleted q, then we're finished here in AnswerNewLocalOnlyQuestion()
4323 m->CurrentQuestion = mDNSNULL; in AnswerNewLocalOnlyQuestion()
4495 if (m->CurrentQuestion) LogMsg("mDNS_Execute: ERROR! m->CurrentQuestion already set"); in mDNS_Execute()
5914 if (m->CurrentQuestion == question) in mDNS_StopQuery_internal()
5918 m->CurrentQuestion = question->next; in mDNS_StopQuery_internal()
7247 m->CurrentQuestion = mDNSNULL; in mDNS_Init()