Searched refs:EV_FD_TO_WIN32_HANDLE (Results 1 – 2 of 2) sorted by relevance
| /libev/ |
| H A D | ev.c | 1563 #ifndef EV_FD_TO_WIN32_HANDLE 1564 # define EV_FD_TO_WIN32_HANDLE(fd) _get_osfhandle (fd) macro 2078 SOCKET handle = EV_FD_TO_WIN32_HANDLE (fd); in fd_reify() 2157 return EV_FD_TO_WIN32_HANDLE (fd) != -1; in fd_valid() 2211 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg); in fd_intern() 2464 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0); in evpipe_write() 2499 WSARecv (EV_FD_TO_WIN32_HANDLE (evpipe [0]), &buf, 1, &recvd, &flags, 0, 0); in pipecb()
|
| H A D | ev.pod | 4551 =item EV_FD_TO_WIN32_HANDLE(fd) 5253 C<EV_FD_TO_WIN32_HANDLE> preprocessor symbols for more info.
|