Searched refs:DupQuestions (Results 1 – 1 of 1) sorted by relevance
4913 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to questions in… in ProcessQuery() local4914 DNSQuestion **dqp = &DupQuestions; in ProcessQuery()5110 dqp = &DupQuestions; in ProcessQuery()5311 while (DupQuestions) in ProcessQuery()5314 DNSQuestion *q = DupQuestions; in ProcessQuery()5315 DupQuestions = q->NextInDQList; in ProcessQuery()