uv_handle_t 175 include/uv-unix.h uv_handle_t* closing_handles; \ uv_handle_t 224 include/uv-unix.h uv_handle_t* next_closing; \ uv_handle_t 285 include/uv-win.h uv_handle_t* endgame_handles; \ uv_handle_t 515 include/uv-win.h uv_handle_t* endgame_next; \ uv_handle_t 194 include/uv.h typedef struct uv_handle_s uv_handle_t; uv_handle_t 289 include/uv.h UV_EXTERN void uv_ref(uv_handle_t*); uv_handle_t 290 include/uv.h UV_EXTERN void uv_unref(uv_handle_t*); uv_handle_t 291 include/uv.h UV_EXTERN int uv_has_ref(const uv_handle_t*); uv_handle_t 352 include/uv.h typedef uv_buf_t (*uv_alloc_cb)(uv_handle_t* handle, size_t suggested_size); uv_handle_t 379 include/uv.h typedef void (*uv_close_cb)(uv_handle_t* handle); uv_handle_t 388 include/uv.h typedef void (*uv_walk_cb)(uv_handle_t* handle, void* arg); uv_handle_t 522 include/uv.h UV_EXTERN int uv_is_active(const uv_handle_t* handle); uv_handle_t 541 include/uv.h UV_EXTERN void uv_close(uv_handle_t* handle, uv_close_cb close_cb); uv_handle_t 713 include/uv.h UV_EXTERN int uv_is_closing(const uv_handle_t* handle); uv_handle_t 45 src/fs-poll.c static void timer_close_cb(uv_handle_t* handle); uv_handle_t 51 src/fs-poll.c uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL); uv_handle_t 113 src/fs-poll.c uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb); uv_handle_t 147 src/fs-poll.c uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb); uv_handle_t 176 src/fs-poll.c uv_close((uv_handle_t*)&ctx->timer_handle, timer_close_cb); uv_handle_t 189 src/fs-poll.c static void timer_close_cb(uv_handle_t* handle) { uv_handle_t 48 src/unix/async.c uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); uv_handle_t 83 src/unix/core.c void uv_close(uv_handle_t* handle, uv_close_cb close_cb) { uv_handle_t 156 src/unix/core.c void uv__make_close_pending(uv_handle_t* handle) { uv_handle_t 164 src/unix/core.c static void uv__finish_close(uv_handle_t* handle) { uv_handle_t 213 src/unix/core.c uv_handle_t* p; uv_handle_t 214 src/unix/core.c uv_handle_t* q; uv_handle_t 227 src/unix/core.c int uv_is_closing(const uv_handle_t* handle) { uv_handle_t 356 src/unix/core.c int uv_is_active(const uv_handle_t* handle) { uv_handle_t 607 src/unix/fsevents.c uv_unref((uv_handle_t*) handle->cf_cb); uv_handle_t 670 src/unix/fsevents.c uv_close((uv_handle_t*) handle->cf_cb, (uv_close_cb) free); uv_handle_t 136 src/unix/internal.h void uv__make_close_pending(uv_handle_t* handle); uv_handle_t 314 src/unix/kqueue.c uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); uv_handle_t 212 src/unix/linux-inotify.c uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); uv_handle_t 27 src/unix/loop-watcher.c uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \ uv_handle_t 54 src/unix/poll.c uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); uv_handle_t 364 src/unix/process.c uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); uv_handle_t 236 src/unix/signal.c uv_handle_t* handle = QUEUE_DATA(q, uv_handle_t, handle_queue); uv_handle_t 261 src/unix/signal.c uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); uv_handle_t 279 src/unix/signal.c uv__make_close_pending((uv_handle_t*) handle); uv_handle_t 391 src/unix/signal.c uv__make_close_pending((uv_handle_t*) handle); uv_handle_t 113 src/unix/stream.c uv__handle_init(loop, (uv_handle_t*)stream, type); uv_handle_t 276 src/unix/stream.c static void uv__stream_osx_cb_close(uv_handle_t* async) { uv_handle_t 369 src/unix/stream.c uv_close((uv_handle_t*) &s->async, uv__stream_osx_cb_close); uv_handle_t 693 src/unix/stream.c static int uv__handle_fd(uv_handle_t* handle) { uv_handle_t 762 src/unix/stream.c int fd_to_send = uv__handle_fd((uv_handle_t*) req->send_handle); uv_handle_t 982 src/unix/stream.c buf = stream->alloc_cb((uv_handle_t*)stream, 64 * 1024); uv_handle_t 1233 src/unix/stream.c if (uv__handle_fd((uv_handle_t*) send_handle) < 0) uv_handle_t 1422 src/unix/stream.c uv_close((uv_handle_t*) &s->async, uv__stream_osx_cb_close); uv_handle_t 371 src/unix/sunos.c uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); uv_handle_t 48 src/unix/timer.c uv__handle_init(loop, (uv_handle_t*)handle, UV_TIMER); uv_handle_t 208 src/unix/udp.c buf = handle->alloc_cb((uv_handle_t*) handle, 64 * 1024); uv_handle_t 438 src/unix/udp.c uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); uv_handle_t 354 src/uv-common.c uv_handle_t* h; uv_handle_t 357 src/uv-common.c h = QUEUE_DATA(q, uv_handle_t, handle_queue); uv_handle_t 368 src/uv-common.c uv_handle_t* h; uv_handle_t 374 src/uv-common.c h = QUEUE_DATA(q, uv_handle_t, handle_queue); uv_handle_t 408 src/uv-common.c void uv_ref(uv_handle_t* handle) { uv_handle_t 413 src/uv-common.c void uv_unref(uv_handle_t* handle) { uv_handle_t 418 src/uv-common.c int uv_has_ref(const uv_handle_t* handle) { uv_handle_t 43 src/win/async.c uv__handle_init(loop, (uv_handle_t*) handle, UV_ASYNC); uv_handle_t 60 src/win/async.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 95 src/win/async.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 39 src/win/fs-event.c uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); uv_handle_t 300 src/win/fs-event.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 453 src/win/fs-event.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 465 src/win/fs-event.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 57 src/win/handle-inl.h uv_want_endgame(loop, (uv_handle_t*)handle); \ uv_handle_t 68 src/win/handle-inl.h uv__active_handle_add((uv_handle_t*) (handle)); \ uv_handle_t 78 src/win/handle-inl.h uv__active_handle_rm((uv_handle_t*) (handle)); \ uv_handle_t 83 src/win/handle-inl.h (handle)->close_cb((uv_handle_t*) (handle)); \ uv_handle_t 87 src/win/handle-inl.h INLINE static void uv_want_endgame(uv_loop_t* loop, uv_handle_t* handle) { uv_handle_t 98 src/win/handle-inl.h uv_handle_t* handle; uv_handle_t 60 src/win/handle.c int uv_is_active(const uv_handle_t* handle) { uv_handle_t 66 src/win/handle.c void uv_close(uv_handle_t* handle, uv_close_cb cb) { uv_handle_t 151 src/win/handle.c int uv_is_closing(const uv_handle_t* handle) { uv_handle_t 222 src/win/internal.h void uv_loop_watcher_endgame(uv_loop_t* loop, uv_handle_t* handle); uv_handle_t 29 src/win/loop-watcher.c void uv_loop_watcher_endgame(uv_loop_t* loop, uv_handle_t* handle) { uv_handle_t 40 src/win/loop-watcher.c uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME); \ uv_handle_t 69 src/win/pipe.c static void eof_timer_close_cb(uv_handle_t* handle); uv_handle_t 653 src/win/pipe.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 1432 src/win/pipe.c buf = handle->alloc_cb((uv_handle_t*) handle, avail); uv_handle_t 1534 src/win/pipe.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 1628 src/win/pipe.c uv_unref((uv_handle_t*) pipe->eof_timer); uv_handle_t 1691 src/win/pipe.c uv_close((uv_handle_t*) pipe->eof_timer, eof_timer_close_cb); uv_handle_t 1697 src/win/pipe.c static void eof_timer_close_cb(uv_handle_t* handle) { uv_handle_t 202 src/win/poll.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 235 src/win/poll.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 444 src/win/poll.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 477 src/win/poll.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 517 src/win/poll.c uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); uv_handle_t 127 src/win/process.c uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); uv_handle_t 741 src/win/process.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 786 src/win/process.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 108 src/win/req-inl.h switch (((uv_handle_t*) (req)->handle_at)->type) { \ uv_handle_t 224 src/win/signal.c uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); uv_handle_t 327 src/win/signal.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 337 src/win/signal.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 36 src/win/stream-inl.h uv__handle_init(loop, (uv_handle_t*) handle, type); uv_handle_t 213 src/win/stream.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 437 src/win/tcp.c handle->read_buffer = handle->alloc_cb((uv_handle_t*) handle, 65536); uv_handle_t 950 src/win/tcp.c buf = handle->alloc_cb((uv_handle_t*) handle, 65536); uv_handle_t 1044 src/win/tcp.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 1380 src/win/tcp.c uv_want_endgame(tcp->loop, (uv_handle_t*)tcp); uv_handle_t 88 src/win/timer.c uv__handle_init(loop, (uv_handle_t*) handle, UV_TIMER); uv_handle_t 350 src/win/tty.c handle->read_line_buffer = handle->alloc_cb((uv_handle_t*) handle, 8192); uv_handle_t 687 src/win/tty.c buf = handle->alloc_cb((uv_handle_t*) handle, 1024); uv_handle_t 1788 src/win/tty.c uv_want_endgame(loop, (uv_handle_t*)handle); uv_handle_t 1805 src/win/tty.c uv_want_endgame(handle->loop, (uv_handle_t*) handle); uv_handle_t 133 src/win/udp.c uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); uv_handle_t 156 src/win/udp.c uv_want_endgame(loop, (uv_handle_t*) handle); uv_handle_t 274 src/win/udp.c handle->recv_buffer = handle->alloc_cb((uv_handle_t*) handle, 65536); uv_handle_t 521 src/win/udp.c buf = handle->alloc_cb((uv_handle_t*) handle, 65536); uv_handle_t 48 test/benchmark-async-pummel.c uv_close((uv_handle_t*) handle, NULL); uv_handle_t 51 test/benchmark-async.c uv_close((uv_handle_t*) &ctx->worker_async, NULL); uv_handle_t 63 test/benchmark-async.c uv_close((uv_handle_t*) &ctx->main_async, NULL); uv_handle_t 71 test/benchmark-million-async.c uv_close((uv_handle_t*) handle, NULL); uv_handle_t 74 test/benchmark-million-async.c uv_close((uv_handle_t*) handle, NULL); uv_handle_t 36 test/benchmark-million-timers.c static void close_cb(uv_handle_t* handle) { uv_handle_t 66 test/benchmark-million-timers.c uv_close((uv_handle_t*) (timers + i), close_cb); uv_handle_t 84 test/benchmark-multi-accept.c static void ipc_close_cb(uv_handle_t* handle); uv_handle_t 90 test/benchmark-multi-accept.c static uv_buf_t ipc_alloc_cb(uv_handle_t* handle, size_t suggested_size); uv_handle_t 95 test/benchmark-multi-accept.c static uv_buf_t sv_alloc_cb(uv_handle_t* handle, size_t suggested_size); uv_handle_t 99 test/benchmark-multi-accept.c static void cl_close_cb(uv_handle_t* handle); uv_handle_t 132 test/benchmark-multi-accept.c uv_close((uv_handle_t*) ipc_pipe, NULL); uv_handle_t 139 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->peer_handle, ipc_close_cb); uv_handle_t 143 test/benchmark-multi-accept.c static void ipc_close_cb(uv_handle_t* handle) { uv_handle_t 160 test/benchmark-multi-accept.c static uv_buf_t ipc_alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 185 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->ipc_pipe, NULL); uv_handle_t 218 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx.server_handle, NULL); uv_handle_t 250 test/benchmark-multi-accept.c uv_unref((uv_handle_t*) &ctx->async_handle); uv_handle_t 270 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->server_handle, NULL); uv_handle_t 271 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->async_handle, NULL); uv_handle_t 298 test/benchmark-multi-accept.c static uv_buf_t sv_alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 306 test/benchmark-multi-accept.c uv_close((uv_handle_t*) handle, (uv_close_cb) free); uv_handle_t 319 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->client_handle, cl_close_cb); uv_handle_t 324 test/benchmark-multi-accept.c static void cl_close_cb(uv_handle_t* handle) { uv_handle_t 330 test/benchmark-multi-accept.c uv_close((uv_handle_t*) &ctx->idle_handle, NULL); uv_handle_t 56 test/benchmark-ping-pongs.c static uv_buf_t buf_alloc(uv_handle_t* tcp, size_t size) { uv_handle_t 82 test/benchmark-ping-pongs.c static void pinger_close_cb(uv_handle_t* handle) { uv_handle_t 140 test/benchmark-ping-pongs.c uv_close((uv_handle_t*)tcp, pinger_close_cb); uv_handle_t 78 test/benchmark-pound.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size); uv_handle_t 81 test/benchmark-pound.c static void close_cb(uv_handle_t* handle); uv_handle_t 84 test/benchmark-pound.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 96 test/benchmark-pound.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 112 test/benchmark-pound.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 146 test/benchmark-pound.c uv_close((uv_handle_t*)stream, close_cb); uv_handle_t 161 test/benchmark-pound.c static void close_cb(uv_handle_t* handle) { uv_handle_t 44 test/benchmark-pump.c static uv_buf_t buf_alloc(uv_handle_t*, size_t size); uv_handle_t 108 test/benchmark-pump.c uv_close(type == TCP ? (uv_handle_t*)&tcp_write_handles[i] : (uv_handle_t*)&pipe_write_handles[i], NULL); uv_handle_t 132 test/benchmark-pump.c static void read_sockets_close_cb(uv_handle_t* handle) { uv_handle_t 141 test/benchmark-pump.c uv_close((uv_handle_t*)server, NULL); uv_handle_t 169 test/benchmark-pump.c uv_close((uv_handle_t*)stream, read_sockets_close_cb); uv_handle_t 334 test/benchmark-pump.c static uv_buf_t buf_alloc(uv_handle_t* handle, size_t size) { uv_handle_t 60 test/benchmark-spawn.c static void process_close_cb(uv_handle_t* handle) { uv_handle_t 72 test/benchmark-spawn.c uv_close((uv_handle_t*)process, process_close_cb); uv_handle_t 76 test/benchmark-spawn.c static uv_buf_t on_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 84 test/benchmark-spawn.c static void pipe_close_cb(uv_handle_t* pipe) { uv_handle_t 97 test/benchmark-spawn.c uv_close((uv_handle_t*)pipe, pipe_close_cb); uv_handle_t 50 test/benchmark-tcp-write-batch.c static void close_cb(uv_handle_t* handle); uv_handle_t 84 test/benchmark-tcp-write-batch.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 91 test/benchmark-tcp-write-batch.c static void close_cb(uv_handle_t* handle) { uv_handle_t 92 test/benchmark-tcp-write-batch.c ASSERT(handle == (uv_handle_t*)&tcp_client); uv_handle_t 62 test/benchmark-udp-pummel.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 89 test/benchmark-udp-pummel.c uv_close((uv_handle_t*)&s->udp_handle, NULL); uv_handle_t 126 test/benchmark-udp-pummel.c static void close_cb(uv_handle_t* handle) { uv_handle_t 138 test/benchmark-udp-pummel.c uv_close((uv_handle_t*)&senders[i].udp_handle, close_cb); uv_handle_t 141 test/benchmark-udp-pummel.c uv_close((uv_handle_t*)&receivers[i].udp_handle, close_cb); uv_handle_t 165 test/benchmark-udp-pummel.c uv_unref((uv_handle_t*)&timer_handle); uv_handle_t 175 test/benchmark-udp-pummel.c uv_unref((uv_handle_t*)&s->udp_handle); uv_handle_t 36 test/blackhole-server.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size); uv_handle_t 39 test/blackhole-server.c static void close_cb(uv_handle_t* handle); uv_handle_t 63 test/blackhole-server.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 87 test/blackhole-server.c uv_close((uv_handle_t*)&conn->handle, close_cb); uv_handle_t 91 test/blackhole-server.c static void close_cb(uv_handle_t* handle) { uv_handle_t 58 test/dns-server.c static void on_close(uv_handle_t* peer); uv_handle_t 97 test/dns-server.c uv_close((uv_handle_t*) req->handle, on_close); uv_handle_t 253 test/dns-server.c static void on_close(uv_handle_t* peer) { uv_handle_t 258 test/dns-server.c static uv_buf_t buf_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 39 test/echo-server.c static uv_handle_t* server; uv_handle_t 43 test/echo-server.c static void on_close(uv_handle_t* peer); uv_handle_t 44 test/echo-server.c static void on_server_close(uv_handle_t* handle); uv_handle_t 65 test/echo-server.c uv_close((uv_handle_t*)req->handle, on_close); uv_handle_t 70 test/echo-server.c uv_close((uv_handle_t*)req->handle, on_close); uv_handle_t 109 test/echo-server.c uv_close((uv_handle_t*)handle, on_close); uv_handle_t 128 test/echo-server.c static void on_close(uv_handle_t* peer) { uv_handle_t 133 test/echo-server.c static uv_buf_t echo_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 178 test/echo-server.c static void on_server_close(uv_handle_t* handle) { uv_handle_t 215 test/echo-server.c server = (uv_handle_t*)&tcpServer; uv_handle_t 247 test/echo-server.c server = (uv_handle_t*)&tcpServer; uv_handle_t 279 test/echo-server.c server = (uv_handle_t*)&udpServer; uv_handle_t 309 test/echo-server.c server = (uv_handle_t*)&pipeServer; uv_handle_t 32 test/test-active.c static void close_cb(uv_handle_t* handle) { uv_handle_t 50 test/test-active.c ASSERT(!uv_is_active((uv_handle_t*) &timer)); uv_handle_t 51 test/test-active.c ASSERT(!uv_is_closing((uv_handle_t*) &timer)); uv_handle_t 56 test/test-active.c ASSERT(uv_is_active((uv_handle_t*) &timer)); uv_handle_t 57 test/test-active.c ASSERT(!uv_is_closing((uv_handle_t*) &timer)); uv_handle_t 62 test/test-active.c ASSERT(!uv_is_active((uv_handle_t*) &timer)); uv_handle_t 63 test/test-active.c ASSERT(!uv_is_closing((uv_handle_t*) &timer)); uv_handle_t 68 test/test-active.c ASSERT(uv_is_active((uv_handle_t*) &timer)); uv_handle_t 69 test/test-active.c ASSERT(!uv_is_closing((uv_handle_t*) &timer)); uv_handle_t 71 test/test-active.c uv_close((uv_handle_t*) &timer, close_cb); uv_handle_t 73 test/test-active.c ASSERT(!uv_is_active((uv_handle_t*) &timer)); uv_handle_t 74 test/test-active.c ASSERT(uv_is_closing((uv_handle_t*) &timer)); uv_handle_t 39 test/test-async-null-cb.c uv_close((uv_handle_t*) &async_handle, NULL); uv_handle_t 40 test/test-async-null-cb.c uv_close((uv_handle_t*) &check_handle, NULL); uv_handle_t 72 test/test-async.c static void close_cb(uv_handle_t* handle) { uv_handle_t 89 test/test-async.c uv_close((uv_handle_t*)&async, close_cb); uv_handle_t 90 test/test-async.c uv_close((uv_handle_t*)&prepare, close_cb); uv_handle_t 48 test/test-callback-stack.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 57 test/test-callback-stack.c static void close_cb(uv_handle_t* handle) { uv_handle_t 85 test/test-callback-stack.c uv_close((uv_handle_t*)tcp, close_cb); uv_handle_t 125 test/test-callback-stack.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 39 test/test-connection-fail.c static void on_close(uv_handle_t* handle) { uv_handle_t 44 test/test-connection-fail.c static void timer_close_cb(uv_handle_t* handle) { uv_handle_t 62 test/test-connection-fail.c uv_close((uv_handle_t*)&tcp, on_close); uv_handle_t 65 test/test-connection-fail.c uv_close((uv_handle_t*)handle, timer_close_cb); uv_handle_t 75 test/test-connection-fail.c uv_close((uv_handle_t*)req->handle, on_close); uv_handle_t 33 test/test-delayed-accept.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 41 test/test-delayed-accept.c static void close_cb(uv_handle_t* handle) { uv_handle_t 69 test/test-delayed-accept.c uv_close((uv_handle_t*)accepted_handle, close_cb); uv_handle_t 73 test/test-delayed-accept.c uv_close((uv_handle_t*)server, close_cb); uv_handle_t 77 test/test-delayed-accept.c uv_close((uv_handle_t*)timer_handle, close_cb); uv_handle_t 132 test/test-delayed-accept.c uv_close((uv_handle_t*)tcp, close_cb); uv_handle_t 101 test/test-embed.c uv_close((uv_handle_t*) &embed_async, NULL); uv_handle_t 87 test/test-fs-event.c static void close_cb(uv_handle_t* handle) { uv_handle_t 106 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 116 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 120 test/test-fs-event.c uv_handle_t* handle; uv_handle_t 126 test/test-fs-event.c uv_close((uv_handle_t*)timer, NULL); uv_handle_t 127 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 152 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 162 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 168 test/test-fs-event.c uv_close((uv_handle_t*)timer, NULL); uv_handle_t 175 test/test-fs-event.c uv_close((uv_handle_t*) (handles + 0), NULL); uv_handle_t 176 test/test-fs-event.c uv_close((uv_handle_t*) (handles + 1), NULL); uv_handle_t 177 test/test-fs-event.c uv_close((uv_handle_t*) handle, NULL); uv_handle_t 320 test/test-fs-event.c uv_close((uv_handle_t*)&fs_event, close_cb); uv_handle_t 352 test/test-fs-event.c uv_close((uv_handle_t*)&fs_event, close_cb); uv_handle_t 382 test/test-fs-event.c uv_close((uv_handle_t*)&fs_event, close_cb); uv_handle_t 383 test/test-fs-event.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 424 test/test-fs-event.c uv_close((uv_handle_t*)&fs_event, close_cb); uv_handle_t 459 test/test-fs-event.c uv_close((uv_handle_t*) handle, close_cb); uv_handle_t 30 test/test-fs-poll.c static void close_cb(uv_handle_t* handle); uv_handle_t 64 test/test-fs-poll.c static void close_cb(uv_handle_t* handle) { uv_handle_t 84 test/test-fs-poll.c ASSERT(uv_is_active((uv_handle_t*)handle)); uv_handle_t 121 test/test-fs-poll.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 45 test/test-getsockname.c static uv_buf_t alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 53 test/test-getsockname.c static void on_close(uv_handle_t* peer) { uv_handle_t 55 test/test-getsockname.c uv_close((uv_handle_t*)&tcpServer, NULL); uv_handle_t 60 test/test-getsockname.c uv_close((uv_handle_t*) req->handle, on_close); uv_handle_t 163 test/test-getsockname.c uv_close((uv_handle_t*)&tcp, NULL); uv_handle_t 252 test/test-getsockname.c uv_close((uv_handle_t*) &udp, NULL); uv_handle_t 253 test/test-getsockname.c uv_close((uv_handle_t*) handle, NULL); uv_handle_t 36 test/test-idle.c static void close_cb(uv_handle_t* handle) { uv_handle_t 45 test/test-idle.c uv_close((uv_handle_t*) &idle_handle, close_cb); uv_handle_t 46 test/test-idle.c uv_close((uv_handle_t*) &check_handle, close_cb); uv_handle_t 47 test/test-idle.c uv_close((uv_handle_t*) &timer_handle, close_cb); uv_handle_t 34 test/test-ipc-send-recv.c uv_handle_t handle; uv_handle_t 53 test/test-ipc-send-recv.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 81 test/test-ipc-send-recv.c uv_close((uv_handle_t*)&ctx.channel, NULL); uv_handle_t 158 test/test-ipc-send-recv.c uv_close((uv_handle_t*)&ctx.channel, NULL); uv_handle_t 208 test/test-ipc-send-recv.c ASSERT(!uv_is_closing((uv_handle_t*)&ctx.channel)); uv_handle_t 58 test/test-ipc.c static void close_server_conn_cb(uv_handle_t* handle) { uv_handle_t 80 test/test-ipc.c uv_close((uv_handle_t*)conn, close_server_conn_cb); uv_handle_t 81 test/test-ipc.c uv_close((uv_handle_t*)server, NULL); uv_handle_t 93 test/test-ipc.c uv_close((uv_handle_t*)process, NULL); uv_handle_t 97 test/test-ipc.c static uv_buf_t on_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 102 test/test-ipc.c static void close_client_conn_cb(uv_handle_t* handle) { uv_handle_t 109 test/test-ipc.c uv_close((uv_handle_t*)req->handle, close_client_conn_cb); uv_handle_t 188 test/test-ipc.c uv_close((uv_handle_t*)&channel, NULL); uv_handle_t 241 test/test-ipc.c static uv_buf_t on_read_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 257 test/test-ipc.c uv_close((uv_handle_t*)tcp, NULL); uv_handle_t 258 test/test-ipc.c uv_close((uv_handle_t*)&channel, NULL); uv_handle_t 410 test/test-ipc.c static void close_cb(uv_handle_t* handle) { uv_handle_t 416 test/test-ipc.c uv_close((uv_handle_t*)&tcp_server, close_cb); uv_handle_t 417 test/test-ipc.c uv_close((uv_handle_t*)&channel, close_cb); uv_handle_t 422 test/test-ipc.c ASSERT((uv_handle_t*)&conn.conn == (uv_handle_t*)req->handle); uv_handle_t 423 test/test-ipc.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 424 test/test-ipc.c uv_close((uv_handle_t*)&channel, close_cb); uv_handle_t 425 test/test-ipc.c uv_close((uv_handle_t*)&tcp_server, close_cb); uv_handle_t 485 test/test-ipc.c uv_close((uv_handle_t*)&conn.conn, close_cb); uv_handle_t 523 test/test-ipc.c uv_close((uv_handle_t*)conn, close_cb); uv_handle_t 544 test/test-ipc.c ASSERT(!uv_is_closing((uv_handle_t*) &channel)); uv_handle_t 594 test/test-ipc.c ASSERT(!uv_is_closing((uv_handle_t*)&channel)); uv_handle_t 116 test/test-loop-handles.c static void idle_2_close_cb(uv_handle_t* handle) { uv_handle_t 119 test/test-loop-handles.c ASSERT(handle == (uv_handle_t*)&idle_2_handle); uv_handle_t 136 test/test-loop-handles.c uv_close((uv_handle_t*)handle, idle_2_close_cb); uv_handle_t 151 test/test-loop-handles.c if (!idle_2_is_active && !uv_is_closing((uv_handle_t*)&idle_2_handle)) { uv_handle_t 170 test/test-loop-handles.c static void idle_1_close_cb(uv_handle_t* handle) { uv_handle_t 179 test/test-loop-handles.c static void prepare_1_close_cb(uv_handle_t* handle) { uv_handle_t 181 test/test-loop-handles.c ASSERT(handle == (uv_handle_t*)&prepare_1_handle); uv_handle_t 187 test/test-loop-handles.c static void check_close_cb(uv_handle_t* handle) { uv_handle_t 189 test/test-loop-handles.c ASSERT(handle == (uv_handle_t*)&check_handle); uv_handle_t 195 test/test-loop-handles.c static void prepare_2_close_cb(uv_handle_t* handle) { uv_handle_t 197 test/test-loop-handles.c ASSERT(handle == (uv_handle_t*)&prepare_2_handle); uv_handle_t 221 test/test-loop-handles.c uv_close((uv_handle_t*)&prepare_1_handle, prepare_1_close_cb); uv_handle_t 222 test/test-loop-handles.c uv_close((uv_handle_t*)&check_handle, check_close_cb); uv_handle_t 223 test/test-loop-handles.c uv_close((uv_handle_t*)&prepare_2_handle, prepare_2_close_cb); uv_handle_t 226 test/test-loop-handles.c uv_close((uv_handle_t*)&idle_1_handles[i], idle_1_close_cb); uv_handle_t 232 test/test-loop-handles.c uv_close((uv_handle_t*)&idle_2_handle, idle_2_close_cb); uv_handle_t 313 test/test-loop-handles.c uv_unref((uv_handle_t*)&timer_handle); uv_handle_t 34 test/test-multiple-listen.c static void close_cb(uv_handle_t* handle) { uv_handle_t 42 test/test-multiple-listen.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 69 test/test-multiple-listen.c uv_close((uv_handle_t*)&client, close_cb); uv_handle_t 33 test/test-osx-select.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 44 test/test-osx-select.c uv_close((uv_handle_t*) stream, NULL); uv_handle_t 51 test/test-ping-pong.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 56 test/test-ping-pong.c static void pinger_on_close(uv_handle_t* handle) { uv_handle_t 100 test/test-ping-pong.c uv_close((uv_handle_t*)(&pinger->stream.tcp), pinger_on_close); uv_handle_t 119 test/test-ping-pong.c uv_close((uv_handle_t*)(&pinger->stream.tcp), pinger_on_close); uv_handle_t 137 test/test-ping-pong.c ASSERT(!uv_is_closing((uv_handle_t *)req->handle)); uv_handle_t 38 test/test-pipe-bind-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 63 test/test-pipe-bind-error.c uv_close((uv_handle_t*)&server1, close_cb); uv_handle_t 64 test/test-pipe-bind-error.c uv_close((uv_handle_t*)&server2, close_cb); uv_handle_t 85 test/test-pipe-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 107 test/test-pipe-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 128 test/test-pipe-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 39 test/test-pipe-connect-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 47 test/test-pipe-connect-error.c uv_close((uv_handle_t*)connect_req->handle, close_cb); uv_handle_t 54 test/test-pipe-connect-error.c uv_close((uv_handle_t*)connect_req->handle, close_cb); uv_handle_t 39 test/test-poll-close.c static void close_cb(uv_handle_t* handle) { uv_handle_t 64 test/test-poll-close.c uv_close((uv_handle_t*) &poll_handles[i], close_cb); uv_handle_t 177 test/test-poll.c static void connection_close_cb(uv_handle_t* handle) { uv_handle_t 201 test/test-poll.c uv_close((uv_handle_t*) &context->poll_handle, connection_close_cb); uv_handle_t 202 test/test-poll.c uv_close((uv_handle_t*) &context->timer_handle, connection_close_cb); uv_handle_t 269 test/test-poll.c if (!uv_is_active((uv_handle_t*) &context->timer_handle)) { uv_handle_t 358 test/test-poll.c if (!uv_is_active((uv_handle_t*) &context->timer_handle)) { uv_handle_t 409 test/test-poll.c ASSERT(uv_is_active((uv_handle_t*) handle)); uv_handle_t 411 test/test-poll.c ASSERT(!uv_is_active((uv_handle_t*) handle)); uv_handle_t 421 test/test-poll.c ASSERT(!uv_is_active((uv_handle_t*) timer)); uv_handle_t 454 test/test-poll.c static void server_close_cb(uv_handle_t* handle) { uv_handle_t 461 test/test-poll.c uv_close((uv_handle_t*) &context->poll_handle, server_close_cb); uv_handle_t 42 test/test-ref.c static void close_cb(uv_handle_t* handle) { uv_handle_t 49 test/test-ref.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 66 test/test-ref.c static void req_cb(uv_handle_t* req, int status) { uv_handle_t 113 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 124 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 136 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 148 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 159 test/test-ref.c uv_unref((uv_handle_t*)h); uv_handle_t 177 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 189 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 200 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 212 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 223 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 235 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 247 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 248 test/test-ref.c uv_close((uv_handle_t*)&h, close_cb); uv_handle_t 261 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 276 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 290 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 304 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 320 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 333 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 345 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 357 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 371 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 405 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 421 test/test-ref.c uv_ref((uv_handle_t*)&h); uv_handle_t 422 test/test-ref.c ASSERT(uv_has_ref((uv_handle_t*)&h) == 1); uv_handle_t 423 test/test-ref.c uv_unref((uv_handle_t*)&h); uv_handle_t 424 test/test-ref.c ASSERT(uv_has_ref((uv_handle_t*)&h) == 0); uv_handle_t 46 test/test-shutdown-close.c static void close_cb(uv_handle_t* handle) { uv_handle_t 59 test/test-shutdown-close.c ASSERT(!uv_is_closing((uv_handle_t*) req->handle)); uv_handle_t 60 test/test-shutdown-close.c uv_close((uv_handle_t*) req->handle, close_cb); uv_handle_t 61 test/test-shutdown-close.c ASSERT(uv_is_closing((uv_handle_t*) req->handle)); uv_handle_t 42 test/test-shutdown-eof.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 110 test/test-shutdown-eof.c static void tcp_close_cb(uv_handle_t* handle) { uv_handle_t 111 test/test-shutdown-eof.c ASSERT(handle == (uv_handle_t*) &tcp); uv_handle_t 122 test/test-shutdown-eof.c static void timer_close_cb(uv_handle_t* handle) { uv_handle_t 123 test/test-shutdown-eof.c ASSERT(handle == (uv_handle_t*) &timer); uv_handle_t 130 test/test-shutdown-eof.c uv_close((uv_handle_t*) handle, timer_close_cb); uv_handle_t 137 test/test-shutdown-eof.c uv_close((uv_handle_t*) &tcp, tcp_close_cb); uv_handle_t 130 test/test-signal-multiple-loops.c uv_close((uv_handle_t*) &signal1a, NULL); uv_handle_t 131 test/test-signal-multiple-loops.c uv_close((uv_handle_t*) &signal1b, NULL); uv_handle_t 134 test/test-signal-multiple-loops.c uv_close((uv_handle_t*) &signal2, NULL); uv_handle_t 167 test/test-signal-multiple-loops.c uv_close((uv_handle_t*) &signal, NULL); uv_handle_t 61 test/test-signal.c uv_close((uv_handle_t*)handle, NULL); uv_handle_t 74 test/test-signal.c uv_close((uv_handle_t*)handle, NULL); uv_handle_t 49 test/test-spawn.c static void close_cb(uv_handle_t* handle) { uv_handle_t 62 test/test-spawn.c uv_close((uv_handle_t*)process, close_cb); uv_handle_t 74 test/test-spawn.c uv_close((uv_handle_t*)process, close_cb); uv_handle_t 105 test/test-spawn.c uv_close((uv_handle_t*)process, close_cb); uv_handle_t 121 test/test-spawn.c static uv_buf_t on_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 134 test/test-spawn.c uv_close((uv_handle_t*)tcp, close_cb); uv_handle_t 141 test/test-spawn.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 162 test/test-spawn.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 170 test/test-spawn.c ASSERT(0 != uv_is_active((uv_handle_t*)&process)); uv_handle_t 459 test/test-spawn.c uv_unref((uv_handle_t*)&process); uv_handle_t 946 test/test-spawn.c ASSERT(0 == uv_is_closing((uv_handle_t*) &process)); uv_handle_t 947 test/test-spawn.c uv_close((uv_handle_t*) &process, NULL); uv_handle_t 949 test/test-spawn.c ASSERT(0 != uv_is_closing((uv_handle_t*) &process)); uv_handle_t 45 test/test-stdio-over-pipes.c static void close_cb(uv_handle_t* handle) { uv_handle_t 58 test/test-stdio-over-pipes.c uv_close((uv_handle_t*)process, close_cb); uv_handle_t 59 test/test-stdio-over-pipes.c uv_close((uv_handle_t*)&in, close_cb); uv_handle_t 60 test/test-stdio-over-pipes.c uv_close((uv_handle_t*)&out, close_cb); uv_handle_t 77 test/test-stdio-over-pipes.c static uv_buf_t on_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 171 test/test-stdio-over-pipes.c uv_close((uv_handle_t*)&stdin_pipe, close_cb); uv_handle_t 172 test/test-stdio-over-pipes.c uv_close((uv_handle_t*)&stdout_pipe, close_cb); uv_handle_t 182 test/test-stdio-over-pipes.c static uv_buf_t on_read_alloc(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 217 test/test-stdio-over-pipes.c uv_unref((uv_handle_t*)&stdin_pipe); uv_handle_t 218 test/test-stdio-over-pipes.c uv_unref((uv_handle_t*)&stdout_pipe); uv_handle_t 236 test/test-stdio-over-pipes.c uv_ref((uv_handle_t*)&stdout_pipe); uv_handle_t 237 test/test-stdio-over-pipes.c uv_ref((uv_handle_t*)&stdin_pipe); uv_handle_t 31 test/test-tcp-bind-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 57 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server1, close_cb); uv_handle_t 58 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server2, close_cb); uv_handle_t 81 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 102 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 126 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 151 test/test-tcp-bind-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 31 test/test-tcp-bind6-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 57 test/test-tcp-bind6-error.c uv_close((uv_handle_t*)&server1, close_cb); uv_handle_t 58 test/test-tcp-bind6-error.c uv_close((uv_handle_t*)&server2, close_cb); uv_handle_t 79 test/test-tcp-bind6-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 103 test/test-tcp-bind6-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 128 test/test-tcp-bind6-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 34 test/test-tcp-close-while-connecting.c static void close_cb(uv_handle_t* handle) { uv_handle_t 47 test/test-tcp-close-while-connecting.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 48 test/test-tcp-close-while-connecting.c uv_close((uv_handle_t*)&tcp_handle, close_cb); uv_handle_t 38 test/test-tcp-close.c static void close_cb(uv_handle_t* handle); uv_handle_t 55 test/test-tcp-close.c uv_close((uv_handle_t*)&tcp_handle, close_cb); uv_handle_t 68 test/test-tcp-close.c static void close_cb(uv_handle_t* handle) { uv_handle_t 69 test/test-tcp-close.c ASSERT(handle == (uv_handle_t*)&tcp_handle); uv_handle_t 91 test/test-tcp-close.c uv_unref((uv_handle_t*)handle); uv_handle_t 34 test/test-tcp-connect-error-after-write.c static void close_cb(uv_handle_t* handle) { uv_handle_t 42 test/test-tcp-connect-error-after-write.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 40 test/test-tcp-connect-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 60 test/test-tcp-connect-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 37 test/test-tcp-connect-timeout.c static void close_cb(uv_handle_t* handle); uv_handle_t 49 test/test-tcp-connect-timeout.c uv_close((uv_handle_t*)&conn, close_cb); uv_handle_t 50 test/test-tcp-connect-timeout.c uv_close((uv_handle_t*)&timer, close_cb); uv_handle_t 54 test/test-tcp-connect-timeout.c static void close_cb(uv_handle_t* handle) { uv_handle_t 55 test/test-tcp-connect-timeout.c ASSERT(handle == (uv_handle_t*)&conn || handle == (uv_handle_t*)&timer); uv_handle_t 38 test/test-tcp-connect6-error.c static void close_cb(uv_handle_t* handle) { uv_handle_t 58 test/test-tcp-connect6-error.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 45 test/test-tcp-flags.c uv_close((uv_handle_t*)&handle, NULL); uv_handle_t 74 test/test-tcp-open.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 81 test/test-tcp-open.c static void close_cb(uv_handle_t* handle) { uv_handle_t 106 test/test-tcp-open.c uv_close((uv_handle_t*)tcp, close_cb); uv_handle_t 36 test/test-tcp-read-stop.c uv_close((uv_handle_t*) &timer_handle, NULL); uv_handle_t 37 test/test-tcp-read-stop.c uv_close((uv_handle_t*) &tcp_handle, NULL); uv_handle_t 42 test/test-tcp-shutdown-after-write.c static void close_cb(uv_handle_t* handle) { uv_handle_t 43 test/test-tcp-shutdown-after-write.c if (handle == (uv_handle_t*)&conn) uv_handle_t 45 test/test-tcp-shutdown-after-write.c else if (handle == (uv_handle_t*)&timer) uv_handle_t 52 test/test-tcp-shutdown-after-write.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 62 test/test-tcp-shutdown-after-write.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 97 test/test-tcp-shutdown-after-write.c uv_close((uv_handle_t*)&conn, close_cb); uv_handle_t 42 test/test-tcp-unexpected-read.c uv_close((uv_handle_t*) &check_handle, NULL); uv_handle_t 43 test/test-tcp-unexpected-read.c uv_close((uv_handle_t*) &timer_handle, NULL); uv_handle_t 44 test/test-tcp-unexpected-read.c uv_close((uv_handle_t*) &server_handle, NULL); uv_handle_t 45 test/test-tcp-unexpected-read.c uv_close((uv_handle_t*) &client_handle, NULL); uv_handle_t 46 test/test-tcp-unexpected-read.c uv_close((uv_handle_t*) &peer_handle, NULL); uv_handle_t 50 test/test-tcp-unexpected-read.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 33 test/test-tcp-write-to-half-open-connection.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size); uv_handle_t 68 test/test-tcp-write-to-half-open-connection.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 79 test/test-tcp-write-to-half-open-connection.c uv_close((uv_handle_t*)&tcp_server, NULL); uv_handle_t 80 test/test-tcp-write-to-half-open-connection.c uv_close((uv_handle_t*)&tcp_peer, NULL); uv_handle_t 92 test/test-tcp-write-to-half-open-connection.c uv_close((uv_handle_t*)&tcp_client, NULL); uv_handle_t 49 test/test-tcp-writealot.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) { uv_handle_t 54 test/test-tcp-writealot.c static void close_cb(uv_handle_t* handle) { uv_handle_t 88 test/test-tcp-writealot.c uv_close((uv_handle_t*)tcp, close_cb); uv_handle_t 153 test/test-threadpool-cancel.c uv_close((uv_handle_t*) &ci->timer_handle, NULL); uv_handle_t 37 test/test-timer-again.c static void close_cb(uv_handle_t* handle) { uv_handle_t 61 test/test-timer-again.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 81 test/test-timer-again.c ASSERT(!uv_is_active((uv_handle_t*)handle)); uv_handle_t 82 test/test-timer-again.c uv_close((uv_handle_t*)handle, close_cb); uv_handle_t 106 test/test-timer-again.c uv_unref((uv_handle_t*)&dummy); uv_handle_t 74 test/test-timer-from-check.c uv_close((uv_handle_t*) &prepare_handle, NULL); uv_handle_t 75 test/test-timer-from-check.c uv_close((uv_handle_t*) &check_handle, NULL); uv_handle_t 76 test/test-timer-from-check.c uv_close((uv_handle_t*) &timer_handle, NULL); uv_handle_t 37 test/test-timer.c static void once_close_cb(uv_handle_t* handle) { uv_handle_t 52 test/test-timer.c ASSERT(!uv_is_active((uv_handle_t*)handle)); uv_handle_t 56 test/test-timer.c uv_close((uv_handle_t*)handle, once_close_cb); uv_handle_t 63 test/test-timer.c static void repeat_close_cb(uv_handle_t* handle) { uv_handle_t 77 test/test-timer.c ASSERT(uv_is_active((uv_handle_t*)handle)); uv_handle_t 82 test/test-timer.c uv_close((uv_handle_t*)handle, repeat_close_cb); uv_handle_t 124 test/test-timer.c uv_unref((uv_handle_t*)&never); uv_handle_t 166 test/test-timer.c ASSERT(!uv_is_active((uv_handle_t*)&handle)); uv_handle_t 224 test/test-timer.c uv_close((uv_handle_t*) &tiny_timer, NULL); uv_handle_t 225 test/test-timer.c uv_close((uv_handle_t*) &huge_timer1, NULL); uv_handle_t 226 test/test-timer.c uv_close((uv_handle_t*) &huge_timer2, NULL); uv_handle_t 252 test/test-timer.c uv_close((uv_handle_t*) &tiny_timer, NULL); uv_handle_t 253 test/test-timer.c uv_close((uv_handle_t*) &huge_timer1, NULL); uv_handle_t 289 test/test-timer.c uv_close((uv_handle_t*) &timer_handle, NULL); uv_handle_t 112 test/test-tty.c uv_close((uv_handle_t*) &tty_in, NULL); uv_handle_t 113 test/test-tty.c uv_close((uv_handle_t*) &tty_out, NULL); uv_handle_t 42 test/test-udp-dgram-too-big.c static void close_cb(uv_handle_t* handle) { uv_handle_t 54 test/test-udp-dgram-too-big.c uv_close((uv_handle_t*)req->handle, close_cb); uv_handle_t 47 test/test-udp-ipv6.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 54 test/test-udp-ipv6.c static void close_cb(uv_handle_t* handle) { uv_handle_t 91 test/test-udp-ipv6.c uv_close((uv_handle_t*)&server, close_cb); uv_handle_t 92 test/test-udp-ipv6.c uv_close((uv_handle_t*)&client, close_cb); uv_handle_t 93 test/test-udp-ipv6.c uv_close((uv_handle_t*)&timeout, close_cb); uv_handle_t 41 test/test-udp-multicast-join.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 51 test/test-udp-multicast-join.c static void close_cb(uv_handle_t* handle) { uv_handle_t 64 test/test-udp-multicast-join.c uv_close((uv_handle_t*) req->handle, close_cb); uv_handle_t 94 test/test-udp-multicast-join.c uv_close((uv_handle_t*) &client, close_cb); uv_handle_t 39 test/test-udp-multicast-ttl.c static void close_cb(uv_handle_t* handle) { uv_handle_t 52 test/test-udp-multicast-ttl.c uv_close((uv_handle_t*) req->handle, close_cb); uv_handle_t 70 test/test-udp-open.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 77 test/test-udp-open.c static void close_cb(uv_handle_t* handle) { uv_handle_t 110 test/test-udp-open.c uv_close((uv_handle_t*) handle, close_cb); uv_handle_t 41 test/test-udp-options.c uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */ uv_handle_t 44 test/test-udp-send-and-recv.c static uv_buf_t alloc_cb(uv_handle_t* handle, size_t suggested_size) { uv_handle_t 54 test/test-udp-send-and-recv.c static void close_cb(uv_handle_t* handle) { uv_handle_t 86 test/test-udp-send-and-recv.c uv_close((uv_handle_t*) handle, close_cb); uv_handle_t 109 test/test-udp-send-and-recv.c uv_close((uv_handle_t*) req->handle, close_cb); uv_handle_t 33 test/test-walk-handles.c static void walk_cb(uv_handle_t* handle, void* arg) { uv_handle_t 36 test/test-walk-handles.c if (handle == (uv_handle_t*)&timer) { uv_handle_t 49 test/test-walk-handles.c uv_close((uv_handle_t*)handle, NULL);