Home
last modified time | relevance | path

Searched refs:win32_send (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h77 int win32_send (SOCKET s, const char * buf, int len, int flags);
124 #define send win32_send
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32sck.c511 win32_send(SOCKET s, const char *buf, int len, int flags) in win32_send() function
H A Dperlhost.h1529 return win32_send(s, buffer, len, flags); in PerlProcAbort()