Searched refs:uv_statfs_t (Results 1 – 7 of 7) sorted by relevance
117 .. c:type:: uv_statfs_t133 } uv_statfs_t;353 Equivalent to :man:`statfs(2)`. On success, a `uv_statfs_t` is allocated357 Any fields in the resulting `uv_statfs_t` that are not supported by the
186 typedef struct uv_statfs_s uv_statfs_t;
258 typedef struct uv_statfs_s uv_statfs_t; typedef
687 uv_statfs_t* stat_fs; in uv__fs_statfs()
2841 uv_statfs_t* stat_fs; in fs__statfs()
339 uv_statfs_t* stats; in statfs_cb()
1969 * win: fix uv_statfs_t leak in uv_fs_statfs() (Ryan Liptak)
Completed in 56 milliseconds