Searched defs:h (Results 1 – 17 of 17) sorted by relevance
/libuv/test/ |
H A D | test-ref.c | 110 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 D | test-poll-closesocket.c | 34 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 D | test-udp-options.c | 33 uv_udp_t h; in udp_options_test() local 116 uv_udp_t h; in TEST_IMPL() local
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 40 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 D | test-shutdown-close.c | 69 uv_tcp_t h; in TEST_IMPL() local 93 uv_pipe_t h; in TEST_IMPL() local
|
H A D | test-shutdown-twice.c | 62 uv_tcp_t h; in TEST_IMPL() local
|
H A D | test-udp-send-unreachable.c | 96 static void timer_cb(uv_timer_t* h) { in timer_cb()
|
H A D | test-fork.c | 378 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 D | queue.h | 24 #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 D | uv-common.h | 252 #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 D | fs-poll.c | 28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h)) argument
|
H A D | idna.c | 157 unsigned h; in uv__idna_toascii_label() local
|
H A D | uv-common.c | 538 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 D | async.c | 165 uv_async_t* h; local 329 uv_async_t* h; local 363 uv_async_t* h; local
|
H A D | udp.c | 221 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 D | process.c | 110 struct uv__queue* h; in uv__wait_children() local
|
H A D | linux.c | 2550 uv_fs_event_t* h; in uv__inotify_read() local
|
Completed in 49 milliseconds