Lines Matching defs:error
130 /* Queue this req, reporting an error. */
155 /* Report an error unless the select was just interrupted. */
157 DWORD error = GET_REQ_SOCK_ERROR(req);
158 if (error != WSAEINTR && handle->events != 0) {
160 handle->poll_cb(handle, uv_translate_sys_error(error), 0);
218 goto error;
225 goto error;
230 error:
302 /* Queue this req, reporting an error. */
358 /* Make this req pending, reporting an error. */
538 DWORD error;
568 error = WSAGetLastError();
569 if (error != WSA_IO_PENDING)
570 return uv_translate_sys_error(error);