Searched refs:uv__fd_info_s (Results 1 – 3 of 3) sorted by relevance
38 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()
45 struct uv__fd_info_s { struct55 struct uv__fd_info_s info; argument122 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()
408 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 13 milliseconds