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()
1687 INLINE static fs__stat_path_return_t fs__stat_path(WCHAR* path, in fs__stat_path()
1724 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle()
1817 INLINE static void fs__stat_assign_statbuf_null(uv_stat_t* statbuf) { in fs__stat_assign_statbuf_null()
1827 INLINE static void fs__stat_assign_statbuf(uv_stat_t* statbuf, in fs__stat_assign_statbuf()
1933 INLINE static void fs__stat_prepare_path(WCHAR* pathw) { in fs__stat_prepare_path()
1944 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path()
1987 INLINE static void fs__stat_impl(uv_fs_t* req, int do_lstat) { in fs__stat_impl()
2010 INLINE static int fs__fstat_handle(int fd, HANDLE handle, uv_stat_t* statbuf) { in fs__fstat_handle()
2086 INLINE static void fs__sync_impl(uv_fs_t* req) { in fs__sync_impl()
2392 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle()
2405 INLINE static DWORD fs__utime_impl_from_path(WCHAR* path, in fs__utime_impl_from_path()
2438 INLINE static void fs__utime_impl(uv_fs_t* req, int do_lutime) { in fs__utime_impl()