Lines Matching refs:uv_handle_t
60 static void close_server_conn_cb(uv_handle_t* handle) { in close_server_conn_cb()
82 uv_close((uv_handle_t*)conn, close_server_conn_cb); in on_connection()
83 uv_close((uv_handle_t*)server, NULL); in on_connection()
96 uv_close((uv_handle_t*)process, NULL); in exit_cb()
100 static void on_alloc(uv_handle_t* handle, in on_alloc()
108 static void close_client_conn_cb(uv_handle_t* handle) { in close_client_conn_cb()
115 uv_close((uv_handle_t*)req->handle, close_client_conn_cb); in connect_cb()
206 uv_close((uv_handle_t*)&channel, NULL); in on_read()
270 uv_close((uv_handle_t*)&tcp_server, NULL); in on_read_listen_after_bound_twice()
271 uv_close((uv_handle_t*)&tcp_server2, NULL); in on_read_listen_after_bound_twice()
273 uv_close((uv_handle_t*)&channel, NULL); in on_read_listen_after_bound_twice()
329 static void on_read_alloc(uv_handle_t* handle, in on_read_alloc()
345 uv_close((uv_handle_t*)tcp, NULL); in on_tcp_read()
346 uv_close((uv_handle_t*)&channel, NULL); in on_tcp_read()
545 static void close_cb(uv_handle_t* handle) { in close_cb()
551 uv_close((uv_handle_t*)&tcp_server, close_cb); in conn_notify_write_cb()
552 uv_close((uv_handle_t*)&channel, close_cb); in conn_notify_write_cb()
558 uv_close((uv_handle_t*)req->handle, close_cb); in tcp_connection_write_cb()
559 uv_close((uv_handle_t*)&channel, close_cb); in tcp_connection_write_cb()
560 uv_close((uv_handle_t*)&tcp_server, close_cb); in tcp_connection_write_cb()
627 uv_close((uv_handle_t*)&conn.conn, close_cb); in ipc_on_connection()
639 static void close_and_free_cb(uv_handle_t* handle) { in close_and_free_cb()
672 uv_close((uv_handle_t*)conn, close_and_free_cb); in ipc_on_connection_tcp_conn()
694 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper()
745 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_tcp_connection()
799 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_bind_twice()
840 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_send_zero()