Home
last modified time | relevance | path

Searched refs:uv_guess_handle (Results 1 - 24 of 24) sorted by relevance

/third_party/libuv/test/
H A Dtest-tty.c92 ASSERT_EQ(UV_UNKNOWN_HANDLE, uv_guess_handle(-1)); in TEST_IMPL()
94 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
95 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyout_fd)); in TEST_IMPL()
185 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
243 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyout_fd)); in TEST_IMPL()
289 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyout_fd)); in TEST_IMPL()
327 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
H A Dtest-tty-duplicate-key.c156 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
210 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
276 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyin_fd)); in TEST_IMPL()
H A Dtest-ping-pong.c321 ASSERT_EQ(uv_guess_handle((uv_file) fds[0]), UV_NAMED_PIPE); in socketpair_pinger_new()
322 ASSERT_EQ(uv_guess_handle((uv_file) fds[1]), UV_NAMED_PIPE); in socketpair_pinger_new()
353 ASSERT_EQ(uv_guess_handle(fds[0]), UV_NAMED_PIPE); in pipe2_pinger_new()
354 ASSERT_EQ(uv_guess_handle(fds[1]), UV_NAMED_PIPE); in pipe2_pinger_new()
H A Dtest-tcp-rst.c52 uv_handle_type type = uv_guess_handle(fd); in read_cb()
76 * RST. Test checks that uv_guess_handle still works on a reset TCP handle.
H A Dtest-stdio-over-pipes.c225 ASSERT_EQ(UV_NAMED_PIPE, uv_guess_handle(0)); in stdio_over_pipes_helper()
226 ASSERT_EQ(UV_NAMED_PIPE, uv_guess_handle(1)); in stdio_over_pipes_helper()
H A Dtest-tty-escape-sequence-processing.c367 ASSERT_EQ(UV_TTY, uv_guess_handle(ttyout_fd)); in initialize_tty()
H A Dtest-fs.c1581 ft = uv_guess_handle(fd); in TEST_IMPL()
/third_party/libuv/docs/code/tty/
H A Dmain.c14 if (uv_guess_handle(1) == UV_TTY) { in main()
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c263 guess = uv_guess_handle(fd); in uvwasi__get_filetype_by_fd()
277 uv_guess_handle(fd) == UV_UDP) { in uvwasi__get_filetype_by_fd()
H A Dwasi_rights.c34 if (uv_guess_handle(fd) == UV_TTY) { in uvwasi__get_rights()
/third_party/libuv/src/unix/
H A Dtty.c150 type = uv_guess_handle(fd); in uv_tty_init()
356 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle() function
H A Dpipe.c425 return uv_guess_handle(handle->accepted_fd); in uv_pipe_pending_type()
/third_party/node/deps/uv/src/unix/
H A Dtty.c150 type = uv_guess_handle(fd); in uv_tty_init()
351 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle() function
H A Dpipe.c340 return uv_guess_handle(handle->accepted_fd); in uv_pipe_pending_type()
/third_party/libuv/src/win/
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle() function
H A Dfs.c1872 file_type = uv_guess_handle(fd); in fs__fstat_handle()
/third_party/node/deps/uv/src/win/
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle() function
/third_party/node/src/
H A Dtty_wrap.cc85 bool rc = uv_guess_handle(fd) == UV_TTY; in IsTTY()
H A Dnode.cc366 if (env->options()->force_repl || uv_guess_handle(STDIN_FILENO) == UV_TTY) { in StartExecution()
563 if (uv_guess_handle(fd) != UV_TTY) continue; in PlatformInit()
H A Ddebug_utils.cc492 uv_guess_handle(_fileno(file)) != UV_TTY) { in FWrite()
H A Dnode_util.cc310 uv_handle_type t = uv_guess_handle(fd); in GuessHandleType()
/third_party/libuv/include/
H A Duv.h824 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
/third_party/libuv/include/uv_ndk/
H A Duv.h767 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
/third_party/node/deps/uv/include/
H A Duv.h780 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);

Completed in 29 milliseconds