Searched refs:PosixEventSource (Results 1 – 1 of 1) sorted by relevance
79 struct PosixEventSource struct84 struct PosixEventSource *Next; argument86 typedef struct PosixEventSource PosixEventSource; typedef1547 PosixEventSource *iSource; in DetermineMaxEventFD()1550 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()1558 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()1561 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()1568 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()1587 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()1589 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()[all …]