Searched defs:CheckSuppressUnusableQuestions (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c7851 // (e.g., CheckSuppressUnusableQuestions is called when interfaces are deregistered with the core) should not
8219 mDNSexport void CheckSuppressUnusableQuestions(mDNS *const m) function
8236 LogMsg("CheckSuppressUnusableQuestions: ERROR!! m->RestartQuestion already set: %##s (%s)",
8259 if (!CacheRecordRmvEventsForQuestion(m, q)) { LogInfo("CheckSuppressUnusableQuestions: Question deleted while delivering RMV events"); continue; }
8267 if (!LocalRecordRmvEventsForQuestion(m, q)) { LogInfo("CheckSuppressUnusableQuestions: Question deleted while delivering RMV events"); continue; }
8296 LogInfo("CheckSuppressUnusableQuestions: Stop question %p %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype));
8308 LogInfo("CheckSuppressUnusableQuestions: Start question %p %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype));
9557 CheckSuppressUnusableQuestions(m);
9686 CheckSuppressUnusableQuestions(m);

Completed in 526 milliseconds