Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:refq

4666 			DNSQuestion *refq = q->next;
4669 while (refq)
4671 if (q == &refq->nta->question)
4673 LogInfo("mDNSCoreRestartAddressQueries: Question %p %##s (%s) referring to GetZoneDataQuestion %p, not stopping", refq, refq->qname.c, DNSTypeName(refq->qtype), q);
4675 refq = refq->next;