Home
last modified time | relevance | path

Searched refs:GET_REQ_ERROR (Results 1 – 5 of 5) sorted by relevance

/libuv/src/win/
H A Dreq-inl.h49 #define GET_REQ_ERROR(req) \ macro
H A Dpoll.c387 err = GET_REQ_ERROR(req); in uv__slow_poll_process_poll_req()
H A Dfs-event.c565 err = GET_REQ_ERROR(req); in uv__process_fs_event_req()
H A Dpipe.c2141 err = GET_REQ_ERROR(req); in uv__process_pipe_read_req()
2195 err = GET_REQ_ERROR(req); in uv__process_pipe_write_req()
2282 err = uv_translate_sys_error(GET_REQ_ERROR(req)); in uv__process_pipe_connect_req()
2308 err = uv_translate_sys_error(GET_REQ_ERROR(req)); in uv__process_pipe_shutdown_req()
H A Dtty.c714 uv_translate_sys_error(GET_REQ_ERROR(req)), in uv_process_tty_read_raw_req()
968 uv_translate_sys_error(GET_REQ_ERROR(req)), in uv_process_tty_read_line_req()
2225 err = GET_REQ_ERROR(req);

Completed in 34 milliseconds