Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:CheckSuppressUnusableQuestions

7851 		// (e.g., CheckSuppressUnusableQuestions is called when interfaces are deregistered with the core) should not
8219 mDNSexport void CheckSuppressUnusableQuestions(mDNS *const m)
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);