Lines Matching refs:error
132 /* Queue this req, reporting an error. */
157 /* Report an error unless the select was just interrupted. */
159 DWORD error = GET_REQ_SOCK_ERROR(req);
160 if (error != WSAEINTR && handle->events != 0) {
162 handle->poll_cb(handle, uv_translate_sys_error(error), 0);
220 goto error;
227 goto error;
232 error:
304 /* Queue this req, reporting an error. */
360 /* Make this req pending, reporting an error. */
539 DWORD error;
569 error = WSAGetLastError();
570 if (error != WSA_IO_PENDING)
571 return uv_translate_sys_error(error);