Searched refs:RestartQuestion (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c5368 // *any* other question which could be the next one that we may process here. RestartQuestion
5372 if (m->RestartQuestion)
5373 LogMsg("mDNSCoreRestartAddressQueries: ERROR!! m->RestartQuestion already set: %##s (%s)",
5374 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype));
5376 m->RestartQuestion = m->Questions;
5377 while (m->RestartQuestion)
5379 q = m->RestartQuestion;
5380 m->RestartQuestion = q->next;
11227 // *any* other question which could be the next one that we may process here. RestartQuestion
[all...]
H A DmDNSEmbeddedAPI.h2335 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member in struct:mDNS_struct

Completed in 299 milliseconds