Searched refs:on_close (Results 1 - 10 of 10) sorted by relevance
/third_party/libuv/test/ |
H A 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
|
H A 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()
|
H A D | echo-server.c | 44 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 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/ |
H A 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/ |
H A D | proc_files.c | 59 static void on_close(void) in on_close() function 84 .close = on_close,
|
H A D | device_name.c | 154 static void on_close(void) in on_close() function 166 .close = on_close,
|
H A D | textbox.c | 302 static void on_close(void) in on_close() function 315 .close = on_close,
|
H A D | mixer_widget.c | 651 static void on_close(void) in on_close() function 668 .close = on_close,
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 682 self.on_close = 2 693 record.append(self.on_close)
|
Completed in 16 milliseconds