Lines Matching refs:INLINE
157 INLINE static void fs__stat_assign_statbuf_null(uv_stat_t* statbuf);
158 INLINE static void fs__stat_assign_statbuf(uv_stat_t* statbuf,
172 INLINE static int fs__readlink_handle(HANDLE handle, in fs__readlink_handle()
309 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path()
384 INLINE static void uv__fs_req_init(uv_loop_t* loop, uv_fs_t* req, in uv__fs_req_init()
1688 INLINE static fs__stat_path_return_t fs__stat_path(WCHAR* path, in fs__stat_path()
1725 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle()
1818 INLINE static void fs__stat_assign_statbuf_null(uv_stat_t* statbuf) { in fs__stat_assign_statbuf_null()
1828 INLINE static void fs__stat_assign_statbuf(uv_stat_t* statbuf, in fs__stat_assign_statbuf()
1934 INLINE static void fs__stat_prepare_path(WCHAR* pathw) { in fs__stat_prepare_path()
1945 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path()
1988 INLINE static void fs__stat_impl(uv_fs_t* req, int do_lstat) { in fs__stat_impl()
2011 INLINE static int fs__fstat_handle(int fd, HANDLE handle, uv_stat_t* statbuf) { in fs__fstat_handle()
2087 INLINE static void fs__sync_impl(uv_fs_t* req) { in fs__sync_impl()
2393 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle()
2406 INLINE static DWORD fs__utime_impl_from_path(WCHAR* path, in fs__utime_impl_from_path()
2439 INLINE static void fs__utime_impl(uv_fs_t* req, int do_lutime) { in fs__utime_impl()