Lines Matching defs:select
425 * WinSock select() does not support standard file descriptors,
427 * to re-create a select() function with support for other handle types.
429 * select() function with support for WINSOCK2 sockets and all
437 HANDLE handle; /* actual handle to wait for during select */
621 long wsastate; /* internal pre-select state (indexed by nfd) */
623 WSAEVENT wsaevent; /* internal select event (indexed by nws) */
754 if(select(fd + 1, &readsock, &writesock, &exceptsock, tv) == 1) {
836 /* merge result from pre-check using select */
891 #define select(a,b,c,d,e) select_ws(a,b,c,d,e)
1048 /* select() blocking behavior call on blocking descriptors please */
1050 rc = select(maxfd + 1, &fds_read, &fds_write, &fds_err, &timeout);
1060 logmsg("select() failed with error: (%d) %s",