Lines Matching refs:result
478 int result;
516 result = WSARecv(handle->socket,
527 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
531 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
915 int result;
933 result = WSASend(handle->socket,
941 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
948 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
979 int result;
985 result = WSASend(handle->socket,
993 if (result == SOCKET_ERROR)