Searched refs:NewLocalOnlyRecords (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c278 ag->NewLocalOnlyRecords = mDNSNULL;
1457 if (ag && !ag->NewLocalOnlyRecords) {
1458 m->NewLocalOnlyRecords = mDNStrue;
1459 ag->NewLocalOnlyRecords = rr;
1727 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next;
4435 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
4485 lr = ag->NewLocalOnlyRecords;
4694 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
5169 if (m->NewLocalOnlyRecords)
[all...]
H A DmDNSEmbeddedAPI.h1454 AuthRecord *NewLocalOnlyRecords; member in struct:AuthGroup_struct
2359 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions member in struct:mDNS_struct
H A DDNSCommon.c3890 if (m->NewLocalOnlyRecords) return(m->timenow);
3945 if (m->NewLocalOnlyRecords) LogMsg("Task Scheduling Error: NewLocalOnlyRecords");

Completed in 212 milliseconds