Searched refs:PosixEventSource (Results 1 – 1 of 1) sorted by relevance
79 struct PosixEventSource struct84 struct PosixEventSource *Next; argument86 typedef struct PosixEventSource PosixEventSource; typedef1525 PosixEventSource *iSource; in DetermineMaxEventFD()1528 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()1536 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()1539 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()1546 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()1565 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()1567 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()[all …]