Home
last modified time | relevance | path

Searched refs:DupQuestions (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNS.c5739 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to questions in… in ProcessQuery() local
5740 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()