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

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c99 static GenLinkedList gEventSources; // linked list of PosixEventSource's variable
1527 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1537 if (gEventSources.LinkOffset == 0)
1538 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next));
1553 AddToTail(&gEventSources, newSource);
1566 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1571 RemoveFromList(&gEventSources, iSource);
1639 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1644 break; // in case callback removed elements from gEventSources

Completed in 109 milliseconds