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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c3283 static WSARecvMsg_t pWSARecvMsg = NULL; local
3295 if (!pWSARecvMsg) {
3297 pWSARecvMsg = (WSARecvMsg_t)get_wsa_extension_function(s, &guid);
3298 if (!pWSARecvMsg)
3308 if ((ret = pWSARecvMsg(s, &wsamsg, &len, NULL, NULL)) == SOCKET_ERROR) {
3320 ret = pWSARecvMsg(s, &wsamsg, &size, &wol, NULL);

Completed in 125 milliseconds