Searched refs:Questions (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c496 m->CurrentQuestion = m->Questions;
2887 m->CurrentQuestion = m->Questions;
2939 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
3091 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
3246 for (q = m->Questions; q; q=q->next)
3392 // New Questions are answered through AnswerNewQuestion. But there may not have been any
3421 for (q = m->Questions; q && q != m->NewQuestions; q = qnext)
3474 m->CurrentQuestion = m->Questions;
3515 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
3562 m->CurrentQuestion = m->Questions;
[all...]
H A DuDNS.c320 for (q = m->Questions; q; q=q->next)
398 for (q = m->Questions; q; q=q->next)
866 for (q = m->Questions; q; q = q->next)
3480 for (q = m->Questions; q; q=q->next)
3519 for (qptr = m->Questions; qptr; qptr = qptr->next)
4592 m->CurrentQuestion = m->Questions;
H A DmDNSEmbeddedAPI.h1840 DNSQuestion *Questions; // List of all registered questions, active and inactive member in struct:mDNS_struct
1843 DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or mDNSInterface_P2P
1845 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst2 Frequently Asked Questions
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4381 LogMsgNoIdent("---------- Questions -----------");
4382 if (!m->Questions) LogMsgNoIdent("<None>");
4388 for (q = m->Questions; q; q=q->next)
4407 LogMsgNoIdent("----- Local-Only Questions -----");

Completed in 2489 milliseconds