Searched refs:PosixEventSource (Results 1 – 1 of 1) sorted by relevance
79 struct PosixEventSource struct84 struct PosixEventSource *Next; argument86 typedef struct PosixEventSource PosixEventSource; typedef1524 PosixEventSource *iSource; in DetermineMaxEventFD()1527 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()1535 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()1538 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()1545 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()1564 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()1566 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()[all …]