Searched refs:DupQuestions (Results 1 – 1 of 1) sorted by relevance
7658 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to que… in ProcessQuery() local7659 DNSQuestion **dqp = &DupQuestions; in ProcessQuery()7922 dqp = &DupQuestions; in ProcessQuery()8112 while (DupQuestions) in ProcessQuery()8114 DNSQuestion *q = DupQuestions; in ProcessQuery()8115 DupQuestions = q->NextInDQList; in ProcessQuery()