Lines Matching refs:result
468 int result;
489 result = WSARecv(handle->socket,
500 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
504 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
885 int result;
903 result = WSASend(handle->socket,
911 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
918 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
949 int result;
955 result = WSASend(handle->socket,
963 if (result == SOCKET_ERROR)