Home
last modified time | relevance | path

Searched refs:INLINE (Results 1 – 8 of 8) sorted by relevance

/libuv/src/win/
H A Dfs-fd-hash-inl.h76 INLINE static void uv__fd_hash_init(void) { in uv__fd_hash_init()
122 INLINE static int uv__fd_hash_get(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_get()
137 INLINE static void uv__fd_hash_add(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_add()
167 INLINE static int uv__fd_hash_remove(int fd, struct uv__fd_info_s* info) { in uv__fd_hash_remove()
H A Dstream-inl.h33 INLINE static void uv__stream_init(uv_loop_t* loop, in uv__stream_init()
49 INLINE static void uv__connection_init(uv_stream_t* handle) { in uv__connection_init()
H A Dhandle-inl.h88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
98 INLINE static void uv__process_endgames(uv_loop_t* loop) { in uv__process_endgames()
166 INLINE static HANDLE uv__get_osfhandle(int fd) in uv__get_osfhandle()
H A Dreq-inl.h85 INLINE static uv_req_t* uv__overlapped_to_req(OVERLAPPED* overlapped) { in uv__overlapped_to_req()
90 INLINE static void uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) { in uv__insert_pending_req()
141 INLINE static void uv__process_reqs(uv_loop_t* loop) { in uv__process_reqs()
H A Datomicops-inl.h38 static char INLINE uv__atomic_exchange_set(char volatile* target) { in uv__atomic_exchange_set()
H A Dfs.c158 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()
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()
2086 INLINE static void fs__sync_impl(uv_fs_t* req) { in fs__sync_impl()
[all …]
H A Dinternal.h33 # define INLINE __inline macro
36 # define INLINE inline macro
/libuv/
H A DChangeLog5555 * windows: move INLINE macro, remove UNUSED (Ben Noordhuis)

Completed in 30 milliseconds