Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 57) sorted by relevance

123

/libuv/test/
H A Dtest-fs-fd-hash.c37 void assert_nonexistent(int fd) { in assert_nonexistent()
43 void assert_existent(int fd) { in assert_existent()
49 void assert_insertion(int fd) { in assert_insertion()
57 void assert_removal(int fd) { in assert_removal()
84 int fd; in TEST_IMPL() local
H A Dtest-udp-create-socket-early.c38 uv_os_fd_t fd; in TEST_IMPL() local
81 uv_os_fd_t fd; in TEST_IMPL() local
H A Dtest-osx-select.c51 int fd; in TEST_IMPL() local
89 int fd; in TEST_IMPL() local
H A Dtest-pipe-set-non-blocking.c26 uv_file fd; member
74 uv_file fd[2]; in TEST_IMPL() local
H A Dtest-tcp-oob.c62 uv_os_fd_t fd; in read_cb() local
85 uv_os_fd_t fd; in connection_cb() local
H A Dtest-tcp-create-socket-early.c98 uv_os_fd_t fd; in TEST_IMPL() local
141 uv_os_fd_t fd; in TEST_IMPL() local
H A Dtest-handle-fileno.c50 uv_os_fd_t fd; in TEST_IMPL() local
H A Dtest-close-fd.c55 uv_file fd[2]; in TEST_IMPL() local
H A Dtest-pipe-close-stdout-read-stdin.c58 int fd[2]; in TEST_IMPL() local
/libuv/src/unix/
H A Dtty.c62 #define isatty(fd) isreallyatty(fd) argument
69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr()
82 static int uv__tty_is_slave(const int fd) { in uv__tty_is_slave()
136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init()
284 int fd; in uv_tty_set_mode() local
340 int fd; in uv__tty_close() local
H A Dposix-poll.c107 static void uv__pollfds_del(uv_loop_t* loop, int fd) { in uv__pollfds_del()
147 int fd; in uv__io_poll() local
347 void uv__platform_invalidate_fd(uv_loop_t* loop, int fd) { in uv__platform_invalidate_fd()
367 int uv__io_check_fd(uv_loop_t* loop, int fd) { in uv__io_check_fd()
H A Dcore.c240 int fd; in uv__socket_sockopt() local
542 int fd; in uv__open_file() local
598 int uv__close_nocancel(int fd) { in uv__close_nocancel()
624 int uv__close_nocheckstdio(int fd) { in uv__close_nocheckstdio()
643 int uv__close(int fd) { in uv__close()
698 int uv__cloexec(int fd, int set) { in uv__cloexec()
799 int fd; in uv_disable_stdio_inheritance() local
1046 int fd; in uv__open_cloexec() local
1074 int fd; in uv__slurp() local
1761 uv_os_fd_t fd; in uv__getsockpeername() local
[all …]
H A Dkqueue.c99 int uv__io_check_fd(uv_loop_t* loop, int fd) { in uv__io_check_fd()
184 int fd; in uv__io_poll() local
485 void uv__platform_invalidate_fd(uv_loop_t* loop, int fd) { in uv__platform_invalidate_fd()
577 int fd; in uv_fs_event_start() local
H A Dstream.c55 int fd; member
151 int fd; in uv__stream_osx_select() local
274 int uv__stream_try_select(uv_stream_t* stream, int* fd) { in uv__stream_try_select()
403 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open()
511 int fd; in uv__server_io() local
662 static ssize_t uv__writev(int fd, struct iovec* vec, size_t n) { in uv__writev()
942 static int uv__stream_queue_fd(uv_stream_t* stream, int fd) { in uv__stream_queue_fd()
985 int fd; in uv__stream_recv_cmsg() local
H A Dtcp.c38 static int maybe_bind_socket(int fd) { in maybe_bind_socket()
397 int fd; in uv_tcp_close_reset() local
454 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay()
469 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive()
H A Drandom-devurandom.c36 int fd; in uv__random_readpath() local
H A Dsunos.c69 int fd; in uv__platform_loop_init() local
114 void uv__platform_invalidate_fd(uv_loop_t* loop, int fd) { in uv__platform_invalidate_fd()
134 int uv__io_check_fd(uv_loop_t* loop, int fd) { in uv__io_check_fd()
164 int fd; in uv__io_poll() local
627 int fd; in uv_resident_set_memory() local
H A Dfs.c158 static int uv__fs_close(int fd) { in uv__fs_close()
446 static ssize_t uv__preadv_emul(int fd, in uv__preadv_emul()
454 static ssize_t uv__pwritev_emul(int fd, in uv__pwritev_emul()
465 static ssize_t uv__preadv_or_pwritev(int fd, in uv__preadv_or_pwritev()
493 static ssize_t uv__preadv(int fd, in uv__preadv()
502 static ssize_t uv__pwritev(int fd, in uv__pwritev()
517 int fd; in uv__fs_read() local
951 static int uv__is_buggy_cephfs(int fd) { in uv__is_buggy_cephfs()
964 static int uv__is_cifs_or_smb(int fd) { in uv__is_cifs_or_smb()
1212 int fd; in uv__fs_write() local
[all …]
H A Dprocess.c190 int fd; in uv__process_init_stdio() local
256 static void uv__write_int(int fd, int val) { in uv__write_int()
281 int fd; in uv__process_child_init() local
534 int fd; in uv__spawn_set_posix_spawn_file_actions() local
H A Dos390-syscalls.h43 int fd; member
/libuv/src/win/
H A Dfs-fd-hash-inl.h54 uv_file fd; member
122 INLINE static int uv__fd_hash_get(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_get()
137 INLINE static void uv__fd_hash_add(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_add()
167 INLINE static int uv__fd_hash_remove(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_remove()
H A Dprocess-stdio.c46 #define CHILD_STDIO_CRT_FLAGS(buffer, fd) \ argument
49 #define CHILD_STDIO_HANDLE(buffer, fd) \ argument
131 static int uv__duplicate_fd(uv_loop_t* loop, int fd, HANDLE* dup) { in uv__duplicate_fd()
415 HANDLE uv__stdio_handle(BYTE* buffer, int fd) { in uv__stdio_handle()
H A Dfs.c406 int fd, current_umask; in fs__open() local
656 int fd = req->file.fd; in fs__close() local
803 int fd = req->file.fd; in fs__read() local
1009 int fd = req->file.fd; in fs__write() local
1303 int fd; in fs__mkstemp_func() local
2054 int fd = req->file.fd; in fs__fstat() local
2087 int fd = req->file.fd; in fs__sync_impl() local
2112 int fd = req->file.fd; in fs__ftruncate() local
2307 int fd = req->file.fd; in fs__fchmod() local
2469 int fd = req->file.fd; in fs__futime() local
[all …]
H A Dhandle.c156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()
H A Dhandle-inl.h166 INLINE static HANDLE uv__get_osfhandle(int fd) in uv__get_osfhandle()

Completed in 61 milliseconds

123