Home
last modified time | relevance | path

Searched refs:uv__fd_info_s (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-fs-fd-hash.c38 struct uv__fd_info_s info = { 0 }; in assert_nonexistent()
44 struct uv__fd_info_s info = { 0 }; in assert_existent()
50 struct uv__fd_info_s info = { 0 }; in assert_insertion()
58 struct uv__fd_info_s info = { 0 }; in assert_removal()
102 struct uv__fd_info_s info = { 0 }; in TEST_IMPL()
107 struct uv__fd_info_s info = { 0 }; in TEST_IMPL()
113 struct uv__fd_info_s info = { 0 }; in TEST_IMPL()
/libuv/src/win/
H A Dfs-fd-hash-inl.h45 struct uv__fd_info_s { struct
55 struct uv__fd_info_s info; argument
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 Dfs.c386 struct uv__fd_info_s fd_info; in fs__open()
636 struct uv__fd_info_s fd_info; in fs__close()
683 void fs__read_filemap(uv_fs_t* req, struct uv__fd_info_s* fd_info) { in fs__read_filemap()
793 struct uv__fd_info_s fd_info; in fs__read()
863 struct uv__fd_info_s* fd_info) { in fs__write_filemap()
999 struct uv__fd_info_s fd_info; in fs__write()
1972 struct uv__fd_info_s fd_info = { 0 }; in fs__ftruncate()

Completed in 13 milliseconds