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.c408 struct uv__fd_info_s fd_info; in fs__open()
658 struct uv__fd_info_s fd_info; in fs__close()
705 void fs__read_filemap(uv_fs_t* req, struct uv__fd_info_s* fd_info) { in fs__read_filemap()
815 struct uv__fd_info_s fd_info; in fs__read()
885 struct uv__fd_info_s* fd_info) { in fs__write_filemap()
1021 struct uv__fd_info_s fd_info; in fs__write()
2115 struct uv__fd_info_s fd_info = { 0 }; in fs__ftruncate()

Completed in 14 milliseconds