Lines Matching refs:result
271 int result;
299 result = handle->func_wsarecvfrom(handle->socket,
309 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
315 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
333 result = handle->func_wsarecv(handle->socket,
341 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
347 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {
412 DWORD result, bytes;
419 result = WSASendTo(handle->socket,
429 if (UV_SUCCEEDED_WITHOUT_IOCP(result == 0)) {
437 } else if (UV_SUCCEEDED_WITH_IOCP(result == 0)) {