Home
last modified time | relevance | path

Searched defs:h (Results 1 – 17 of 17) sorted by relevance

/libuv/test/
H A Dtest-ref.c110 uv_idle_t h; in TEST_IMPL() local
122 uv_async_t h; in TEST_IMPL() local
145 uv_check_t h; in TEST_IMPL() local
224 uv_tcp_t h; in TEST_IMPL() local
235 uv_tcp_t h; in TEST_IMPL() local
247 uv_tcp_t h; in TEST_IMPL() local
261 uv_tcp_t h; in TEST_IMPL() local
280 uv_tcp_t h; in TEST_IMPL() local
299 uv_udp_t h; in TEST_IMPL() local
311 uv_udp_t h; in TEST_IMPL() local
[all …]
H A Dtest-poll-closesocket.c34 static void close_cb(uv_handle_t* h) { in close_cb()
39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
H A Dtest-udp-options.c33 uv_udp_t h; in udp_options_test() local
116 uv_udp_t h; in TEST_IMPL() local
H A Dtest-poll-close-doesnt-corrupt-stack.c40 static void close_cb(uv_handle_t* h) { in close_cb()
45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
H A Dtest-shutdown-close.c69 uv_tcp_t h; in TEST_IMPL() local
93 uv_pipe_t h; in TEST_IMPL() local
H A Dtest-shutdown-twice.c62 uv_tcp_t h; in TEST_IMPL() local
H A Dtest-udp-send-unreachable.c96 static void timer_cb(uv_timer_t* h) { in timer_cb()
H A Dtest-fork.c378 static void fork_signal_cb(uv_signal_t* h, int s) { in fork_signal_cb()
381 static void empty_close_cb(uv_handle_t* h){} in empty_close_cb()
/libuv/src/
H A Dqueue.h24 #define uv__queue_foreach(q, h) \ argument
44 static inline void uv__queue_add(struct uv__queue* h, struct uv__queue* n) { in uv__queue_add()
51 static inline void uv__queue_split(struct uv__queue* h, in uv__queue_split()
62 static inline void uv__queue_move(struct uv__queue* h, struct uv__queue* n) { in uv__queue_move()
69 static inline void uv__queue_insert_head(struct uv__queue* h, in uv__queue_insert_head()
77 static inline void uv__queue_insert_tail(struct uv__queue* h, in uv__queue_insert_tail()
H A Duv-common.h252 #define uv__active_handle_add(h) \ argument
258 #define uv__active_handle_rm(h) \ argument
264 #define uv__is_active(h) \ argument
267 #define uv__is_closing(h) \ argument
271 # define uv__is_stream_shutting(h) \ argument
274 # define uv__is_stream_shutting(h) \ argument
278 #define uv__handle_start(h) \ argument
286 #define uv__handle_stop(h) \ argument
294 #define uv__handle_ref(h) \ argument
316 # define uv__handle_platform_init(h) ((h)->u.fd = -1) argument
[all …]
H A Dfs-poll.c28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h)) argument
H A Didna.c157 unsigned h; in uv__idna_toascii_label() local
H A Duv-common.c538 uv_handle_t* h; in uv_walk() local
557 uv_handle_t* h; in uv__print_handles() local
853 uv_handle_t* h; in uv_loop_close() local
/libuv/src/unix/
H A Dasync.c167 uv_async_t* h; local
346 uv_async_t* h; local
380 uv_async_t* h; local
H A Dudp.c221 struct msghdr h; in uv__udp_recvmsg() local
287 struct msghdr h; in uv__udp_sendmsg_one() local
341 struct mmsghdr h[20]; in uv__udp_sendmsg_many() local
793 struct msghdr h; in uv__udp_try_send() local
H A Dprocess.c110 struct uv__queue* h; in uv__wait_children() local
H A Dlinux.c2556 uv_fs_event_t* h; in uv__inotify_read() local

Completed in 38 milliseconds