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

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h260 extern int rb_w32_socketpair(int, int, int, int *);
691 #define socketpair(a, t, p, s) rb_w32_socketpair(a, t, p, s)
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c3721 rb_w32_socketpair(int af, int type, int protocol, int *sv) function

Completed in 220 milliseconds