Home
last modified time | relevance | path

Searched refs:on_close (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-tcp-close-after-read-timeout.c44 static void on_close(uv_handle_t* handle);
78 uv_close((uv_handle_t*) &client, on_close); in on_client_timeout()
79 uv_close((uv_handle_t*) &timer, on_close); in on_client_timeout()
97 uv_close((uv_handle_t*) stream, on_close); in on_connection_read()
114 static void on_close(uv_handle_t* handle) { in on_close() function
H A Dtest-connection-fail.c39 static void on_close(uv_handle_t* handle) { in on_close() function
61 uv_close((uv_handle_t*)&tcp, on_close); in timer_cb()
74 uv_close((uv_handle_t*)req->handle, on_close); in on_connect_with_close()
H A Decho-server.c44 static void on_close(uv_handle_t* peer);
69 uv_close((uv_handle_t*) req->handle, on_close); in after_shutdown()
121 ASSERT_OK(uv_tcp_close_reset((uv_tcp_t*) handle, on_close)); in after_read()
125 uv_close((uv_handle_t*) handle, on_close); in after_read()
148 static void on_close(uv_handle_t* peer) { in on_close() function
H A Dtest-tcp-reuseport.c79 static void on_close(uv_handle_t* handle) { in on_close() function
111 uv_close((uv_handle_t*) client, on_close); in on_connection()
H A Dtest-getsockname.c52 static void on_close(uv_handle_t* peer) { in on_close() function
59 uv_close((uv_handle_t*) req->handle, on_close); in after_shutdown()
/libuv/docs/code/tcp-echo-server/
H A Dmain.c28 void on_close(uv_handle_t* handle) { in on_close() function
49 uv_close((uv_handle_t*) client, on_close); in echo_read()
68 uv_close((uv_handle_t*) client, on_close); in on_new_connection()

Completed in 13 milliseconds