Home
last modified time | relevance | path

Searched refs:uv_fs_get_ptr (Results 1 – 4 of 4) sorted by relevance

/libuv/src/
H A Duv-data-getter-setters.c101 void* uv_fs_get_ptr(const uv_fs_t* req) { in uv_fs_get_ptr() function
/libuv/test/
H A Dtest-getters-setters.c102 ASSERT_PTR_EQ(uv_fs_get_ptr(fs), uv_fs_get_statbuf(fs)); in TEST_IMPL()
/libuv/include/
H A Duv.h1445 UV_EXTERN void* uv_fs_get_ptr(const uv_fs_t*);
/libuv/docs/src/
H A Dfs.rst521 .. c:function:: void* uv_fs_get_ptr(const uv_fs_t* req)

Completed in 14 milliseconds