Searched refs:on_close (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-tcp-close-after-read-timeout.c | 44 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
|
D | test-connection-fail.c | 39 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()
|
D | echo-server.c | 44 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
|
D | test-getsockname.c | 52 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/ |
D | main.c | 28 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/ |
D | proc_files.c | 59 static void on_close(void) in on_close() function 84 .close = on_close,
|
D | device_name.c | 154 static void on_close(void) in on_close() function 166 .close = on_close,
|
D | textbox.c | 302 static void on_close(void) in on_close() function 315 .close = on_close,
|
D | mixer_widget.c | 645 static void on_close(void) in on_close() function 662 .close = on_close,
|
/third_party/python/Lib/test/ |
D | test_io.py | 685 self.on_close = 2 696 record.append(self.on_close)
|