Searched refs:DupQuestions (Results 1 – 1 of 1) sorted by relevance
5739 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to questions in… in ProcessQuery() local5740 DNSQuestion **dqp = &DupQuestions; in ProcessQuery()5996 dqp = &DupQuestions; in ProcessQuery()6203 while (DupQuestions) in ProcessQuery()6205 DNSQuestion *q = DupQuestions; in ProcessQuery()6206 DupQuestions = q->NextInDQList; in ProcessQuery()