Home
last modified time | relevance | path

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

/libuv/docs/src/
H A Dfs.rst117 .. c:type:: uv_statfs_t
133 } uv_statfs_t;
353 Equivalent to :man:`statfs(2)`. On success, a `uv_statfs_t` is allocated
357 Any fields in the resulting `uv_statfs_t` that are not supported by the
/libuv/docs/src/guide/
H A Dbasics.rst186 typedef struct uv_statfs_s uv_statfs_t;
/libuv/include/
H A Duv.h258 typedef struct uv_statfs_s uv_statfs_t; typedef
/libuv/src/unix/
H A Dfs.c687 uv_statfs_t* stat_fs; in uv__fs_statfs()
/libuv/src/win/
H A Dfs.c2841 uv_statfs_t* stat_fs; in fs__statfs()
/libuv/test/
H A Dtest-fs.c339 uv_statfs_t* stats; in statfs_cb()
/libuv/
H A DChangeLog1969 * win: fix uv_statfs_t leak in uv_fs_statfs() (Ryan Liptak)

Completed in 41 milliseconds