Searched refs:extract_fd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2521 extract_fd(rb_fdset_t *dst, fd_set *src, int (*func)(SOCKET)) function
2783 nonsock += extract_fd(&else_rd, rd, is_not_socket);
2786 nonsock += extract_fd(&else_wr, wr, is_not_socket);
2789 if (extract_fd(NULL, else_rd.fdset, is_invalid_handle) > 0 ||
2790 extract_fd(NULL, else_wr.fdset, is_invalid_handle) > 0) {
2798 extract_fd(&pipe_rd, else_rd.fdset, is_pipe); // should not call is_pipe for socket
2801 extract_fd(&cons_rd, else_rd.fdset, is_console); // ditto
2804 extract_fd(&except, ex, is_not_socket); // drop only
2826 extract_fd(&else_rd, pipe_rd.fdset, is_readable_pipe);
2827 extract_fd(
[all...]

Completed in 218 milliseconds