Searched refs:uv_fs_get_ptr (Results 1 – 4 of 4) sorted by relevance
101 void* uv_fs_get_ptr(const uv_fs_t* req) { in uv_fs_get_ptr() function
102 ASSERT_PTR_EQ(uv_fs_get_ptr(fs), uv_fs_get_statbuf(fs)); in TEST_IMPL()
1445 UV_EXTERN void* uv_fs_get_ptr(const uv_fs_t*);
521 .. c:function:: void* uv_fs_get_ptr(const uv_fs_t* req)
Completed in 14 milliseconds