Searched refs:NewLocalOnlyRecords (Results 1 – 3 of 3) sorted by relevance
262 ag->NewLocalOnlyRecords = mDNSNULL; in GetAuthGroup()1299 if (ag && !ag->NewLocalOnlyRecords) { in mDNS_Register_internal()1300 m->NewLocalOnlyRecords = mDNStrue; in mDNS_Register_internal()1301 ag->NewLocalOnlyRecords = rr; in mDNS_Register_internal()1539 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next; in mDNS_Deregister_internal()3846 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerNewQuestion()3884 lr = ag->NewLocalOnlyRecords; in AnswerNewQuestion()4001 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerNewLocalOnlyQuestion()4445 if (m->NewLocalOnlyRecords) in mDNS_Execute()4447 m->NewLocalOnlyRecords = mDNSfalse; in mDNS_Execute()[all …]
1154 AuthRecord *NewLocalOnlyRecords; member1878 …mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local … member
2728 if (m->NewLocalOnlyRecords) return(m->timenow); in GetNextScheduledEvent()2781 if (m->NewLocalOnlyRecords) LogMsg("Task Scheduling Error: NewLocalOnlyRecords"); in ShowTaskSchedulingError()