Searched refs:EV_WIN32_HANDLE_TO_FD (Results 1 – 4 of 4) sorted by relevance
123 filedes [0] = EV_WIN32_HANDLE_TO_FD (sock [0]); in ev_pipe()124 filedes [1] = EV_WIN32_HANDLE_TO_FD (sock [1]); in ev_pipe()
1566 #ifndef EV_WIN32_HANDLE_TO_FD1567 # define EV_WIN32_HANDLE_TO_FD(handle) _open_osfhandle (handle, 0) macro
229 - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration
4559 =item EV_WIN32_HANDLE_TO_FD(handle)