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

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h245 extern int WSAAPI rb_w32_send(int, const char *, int, int);
655 #define send(s, b, l, f) rb_w32_send(s, b, l, f)
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c3229 rb_w32_send(int fd, const char *buf, int len, int flags) function
6059 return rb_w32_send(fd, buf, size, 0);

Completed in 79 milliseconds