Searched refs:GET_REQ_ERROR (Results 1 – 5 of 5) sorted by relevance
49 #define GET_REQ_ERROR(req) \ macro
387 err = GET_REQ_ERROR(req); in uv__slow_poll_process_poll_req()
565 err = GET_REQ_ERROR(req); in uv__process_fs_event_req()
2141 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()
714 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