Lines Matching defs:mode
323 UV_EXTERN int uv_run(uv_loop_t*, uv_run_mode mode);
654 /* Disables dual stack mode. */
786 /* Initial/normal terminal mode */
788 /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */
790 /* Binary-safe I/O mode for IPC (Unix-only) */
808 UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode);
817 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) {
818 return uv_tty_set_mode(handle, static_cast<uv_tty_mode_t>(mode));
1016 * handle in non-blocking mode in the child. This may cause loss of data,
1017 * if the child is not designed to handle to encounter this mode,
1471 int mode,
1518 int mode,
1587 int mode,
1592 int mode,
1651 int mode,