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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c619 // AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->NewLocalRecords loop in mDNS_Execute(),
1406 if (!m->NewLocalRecords) m->NewLocalRecords = rr;
1468 if (!m->NewLocalRecords) m->NewLocalRecords = rr;
1732 if (m->NewLocalRecords == rr) m->NewLocalRecords = rr->next;
4479 // no local records that could possibly answer this question. As we did not check the NewLocalRecords, we
4710 while (m->CurrentRecord && m->CurrentRecord != m->NewLocalRecords)
5098 // we begin generating *any* new ADD events in the m->NewLocalOnlyQuestions and m->NewLocalRecords loop
[all...]
H A DDNSCommon.c3874 for (rr = m->NewLocalRecords; rr; rr = rr->next)
3889 if (m->NewLocalRecords && AnyLocalRecordReady(m)) return(m->timenow);
3939 if (m->NewLocalRecords)
3942 if (rr) LogMsg("Task Scheduling Error: NewLocalRecords %s", ARDisplayString(m, rr));
H A DmDNSEmbeddedAPI.h2357 AuthRecord *NewLocalRecords; // Fresh AuthRecords (public) not yet delivered to our local-only questions member in struct:mDNS_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5862 if (!m->NewLocalRecords)
5863 LogMsgNoIdent("NewLocalRecords <NONE>");
5865 LogMsgNoIdent("NewLocalRecords %02X %s", m->NewLocalRecords->resrec.RecordType, ARDisplayString(m, m->NewLocalRecords));
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c278 rr = m->NewLocalRecords;
281 LogMemCorruption("NewLocalRecords: %p is garbage (%X)", rr, rr->resrec.RecordType);

Completed in 304 milliseconds