Lines Matching defs:error
230 goto error;
241 error:
292 goto error;
308 goto error;
330 goto error;
338 error:
426 goto error;
433 goto error;
447 error:
758 goto error;
775 goto error;
794 goto error;
803 error:
867 /* Make this req pending reporting an error. */
923 goto error;
927 goto error;
938 goto error;
959 goto error;
969 goto error;
980 error:
991 /* Make this req pending reporting an error. */
1130 /* Make this req pending reporting an error. */
1179 /* No valid connections found, so we error out. */
1395 /* Make this req pending reporting an error. */
1397 goto error;
1414 /* Make this req pending reporting an error. */
1416 goto error;
1425 goto error;
1437 error:
1879 static void uv__pipe_read_error(uv_loop_t* loop, uv_pipe_t* handle, int error,
1887 handle->read_cb((uv_stream_t*)handle, uv_translate_sys_error(error), &buf);
1892 int error, uv_buf_t buf) {
1893 if (error == ERROR_BROKEN_PIPE) {
1896 uv__pipe_read_error(loop, handle, error, buf);
1919 /* Read an exact number of bytes from a pipe. If an error or end-of-file is
1920 * encountered before the requested number of bytes are read, an error is
2000 goto error;
2040 goto error;
2053 error:
2075 /* An error occurred doing the zero-read. */
2079 * indicate an ERROR_OPERATION_ABORTED error. This error isn't relevant to
2085 /* The zero-read completed without error, indicating there is data
2102 /* If no bytes were read, treat this as an indication that an error
2260 /* An error occurred in trying to shutdown gracefully. */
2513 goto error;
2528 goto error;
2544 error:
2603 int error;
2618 error = GetLastError();
2630 error = GetLastError();
2647 error = GetLastError();
2658 error = GetLastError();
2662 error = 0;
2671 return uv_translate_sys_error(error);