Lines Matching defs:overlapped
46 Internal use only. Wraps an OVERLAPPED that we're using for libevent
48 OVERLAPPED*, it upcasts the pointer to an event_overlapped, and calls the
53 OVERLAPPED overlapped;
107 @param overlapped The struct event_overlapped to initialize
114 /** Allocate and return a new evbuffer that supports overlapped IO on a given
126 /** Start reading data onto the end of an overlapped evbuffer.
135 @param ol Overlapped object with associated completion callback.
150 @param ol Overlapped object with associated completion callback.
169 /** Associate a file descriptor with an iocp, such that overlapped IO on the