Home
last modified time | relevance | path

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

/third_party/libuv/test/
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
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()
Decho-server.c44 static void on_close(uv_handle_t* peer);
68 uv_close((uv_handle_t*) req->handle, on_close); in after_shutdown()
119 ASSERT_EQ(0, uv_tcp_close_reset((uv_tcp_t*) handle, on_close)); in after_read()
123 uv_close((uv_handle_t*) handle, on_close); in after_read()
146 static void on_close(uv_handle_t* peer) { in on_close() function
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()
/third_party/libuv/docs/code/tcp-echo-server/
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()
/third_party/alsa-utils/alsamixer/
Dproc_files.c59 static void on_close(void) in on_close() function
84 .close = on_close,
Ddevice_name.c154 static void on_close(void) in on_close() function
166 .close = on_close,
Dtextbox.c302 static void on_close(void) in on_close() function
315 .close = on_close,
Dmixer_widget.c645 static void on_close(void) in on_close() function
662 .close = on_close,
/third_party/python/Lib/test/
Dtest_io.py685 self.on_close = 2
696 record.append(self.on_close)