Searched refs:PosixEventSource (Results 1 – 1 of 1) sorted by relevance
60 struct PosixEventSource struct65 struct PosixEventSource *Next; argument67 typedef struct PosixEventSource PosixEventSource; typedef1735 PosixEventSource *iSource; in DetermineMaxEventFD()1738 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()1746 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()1749 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()1756 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()1775 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()1777 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()[all …]