Home
last modified time | relevance | path

Searched refs:uv_statfs_t (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/docs/src/
Dfs.rst107 .. c:type:: uv_statfs_t
123 } uv_statfs_t;
330 Equivalent to :man:`statfs(2)`. On success, a `uv_statfs_t` is allocated
334 Any fields in the resulting `uv_statfs_t` that are not supported by the
/third_party/libuv/docs/src/guide/
Dbasics.rst186 typedef struct uv_statfs_s uv_statfs_t;
/third_party/libuv/include/
Duv.h251 typedef struct uv_statfs_s uv_statfs_t; typedef
/third_party/libuv/src/unix/
Dfs.c654 uv_statfs_t* stat_fs; in uv__fs_statfs()
/third_party/libuv/src/win/
Dfs.c2710 uv_statfs_t* stat_fs; in fs__statfs()
/third_party/libuv/test/
Dtest-fs.c342 uv_statfs_t* stats; in statfs_cb()
/third_party/libuv/
DChangeLog1038 * win: fix uv_statfs_t leak in uv_fs_statfs() (Ryan Liptak)