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