Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:EventList

1821 // Routine forks a thread to set EventList to contain Add/Remove events, and deletes any removes from the KnownAnswer list
1859 cr->next = a->EventList; // add spliced record to event list
1860 a->EventList = cr;
1874 cr->next = a->EventList;
1875 a->EventList = cr;
1908 for (cr = e->AnswerList->EventList; cr; cr = cr->next)
2024 if ((*e)->state == Established && (*e)->AnswerList->EventList) SendEvents(d, *e);
2036 if (a->EventList)
2038 CacheRecord *cr = a->EventList, *tmp;
2051 a->EventList = NULL;
2070 a->EventList = NULL;