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

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h314 #define rb_fd_copy(d, s, n) rb_w32_fd_copy((d), (s), (n))
315 void rb_w32_fd_copy(rb_fdset_t *, const fd_set *, int);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2484 rb_w32_fd_copy(rb_fdset_t *dst, const fd_set *src, int max) function

Completed in 139 milliseconds