Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-fd-hash.c39 ASSERT(!uv__fd_hash_get(fd, &info)); in assert_nonexistent()
45 ASSERT(uv__fd_hash_get(fd, &info)); in assert_existent()
108 ASSERT(uv__fd_hash_get(0, &info)); in TEST_IMPL()
/libuv/src/win/
H A Dfs-fd-hash-inl.h122 INLINE static int uv__fd_hash_get(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_get() function
H A Dfs.c797 if (uv__fd_hash_get(fd, &fd_info)) { in fs__read()
1011 if (uv__fd_hash_get(fd, &fd_info)) { in fs__write()
1981 if (uv__fd_hash_get(fd, &fd_info)) { in fs__ftruncate()

Completed in 19 milliseconds