Home
last modified time | relevance | path

Searched refs:EV_WIN32_HANDLE_TO_FD (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dev_win32.c123 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()
H A Dev.c1566 #ifndef EV_WIN32_HANDLE_TO_FD
1567 # define EV_WIN32_HANDLE_TO_FD(handle) _open_osfhandle (handle, 0) macro
H A DChanges229 - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration
H A Dev.pod4559 =item EV_WIN32_HANDLE_TO_FD(handle)