HomeSort by: relevance | last modified time | path
    Searched refs:NewLocalOnlyRecords (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 521 ag->NewLocalOnlyRecords = mDNSNULL;
1995 if (ag && !ag->NewLocalOnlyRecords)
1997 m->NewLocalOnlyRecords = mDNStrue;
1998 ag->NewLocalOnlyRecords = rr;
2472 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next;
5984 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
6034 lr = ag->NewLocalOnlyRecords;
6322 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
6926 if (m->NewLocalOnlyRecords)
    [all...]
mDNSEmbeddedAPI.h 1409 AuthRecord *NewLocalOnlyRecords;
2468 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions
DNSCommon.c 5509 if (m->NewLocalOnlyRecords) return(m->timenow);
5624 if (m->NewLocalOnlyRecords) LogTSE("Task Scheduling Error: NewLocalOnlyRecords");

Completed in 59 milliseconds