Home
last modified time | relevance | path

Searched refs:uv_close (Results 1 - 25 of 193) sorted by relevance

12345678

/third_party/libuv/test/
H A Dtest-fs-event.c139 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_dir()
212 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file()
213 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_dir_multi_file()
314 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file_in_subdir()
315 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_dir_multi_file_in_subdir()
332 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file()
348 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file_current_dir()
358 uv_close((uv_handle_t*)handle, close_cb); in timer_cb_file()
363 uv_close((uv_handle_t*)timer, NULL); in timer_cb_touch()
374 uv_close((uv_handle_ in timer_cb_exact()
[all...]
H A Dtest-pipe-bind-error.c64 uv_close((uv_handle_t*)&server1, close_cb); in TEST_IMPL()
65 uv_close((uv_handle_t*)&server2, close_cb); in TEST_IMPL()
86 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
108 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
132 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
146 uv_close((uv_handle_t*) &server, NULL); in TEST_IMPL()
162 uv_close((uv_handle_t*) connect_req->handle, close_cb); in connect_overlong_cb()
H A Dtest-idle.c44 uv_close((uv_handle_t*) &idle_handle, close_cb); in timer_cb()
45 uv_close((uv_handle_t*) &check_handle, close_cb); in timer_cb()
46 uv_close((uv_handle_t*) &timer_handle, close_cb); in timer_cb()
118 uv_close((uv_handle_t*) &idle_handle, close_cb); in TEST_IMPL()
119 uv_close((uv_handle_t*) &check_handle, close_cb); in TEST_IMPL()
H A Dtest-tcp-bind-error.c40 uv_close((uv_handle_t*) req->handle, close_cb); in connect_cb()
101 uv_close((uv_handle_t*)&server1, close_cb); in TEST_IMPL()
102 uv_close((uv_handle_t*)&server2, close_cb); in TEST_IMPL()
127 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
150 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
175 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
203 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
291 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
311 uv_close((uv_handle_t*) &tcp, NULL); in TEST_IMPL()
H A Dtest-timer.c59 uv_close((uv_handle_t*)handle, once_close_cb); in once_cb()
82 uv_close((uv_handle_t*)handle, twice_close_cb); in twice_cb()
105 uv_close((uv_handle_t*)handle, repeat_close_cb); in repeat_cb()
262 uv_close((uv_handle_t*) &timer, NULL); in TEST_IMPL()
273 uv_close((uv_handle_t*) &tiny_timer, NULL); in tiny_timer_cb()
274 uv_close((uv_handle_t*) &huge_timer1, NULL); in tiny_timer_cb()
275 uv_close((uv_handle_t*) &huge_timer2, NULL); in tiny_timer_cb()
307 uv_close((uv_handle_t*) &tiny_timer, NULL); in huge_repeat_cb()
308 uv_close((uv_handle_t*) &huge_timer1, NULL); in huge_repeat_cb()
344 uv_close((uv_handle_ in TEST_IMPL()
[all...]
H A Dtest-tcp-bind6-error.c62 uv_close((uv_handle_t*)&server1, close_cb); in TEST_IMPL()
63 uv_close((uv_handle_t*)&server2, close_cb); in TEST_IMPL()
89 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
117 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
148 uv_close((uv_handle_t*)&server, close_cb); in TEST_IMPL()
H A Dtest-tcp-unexpected-read.c42 uv_close((uv_handle_t*) &check_handle, NULL); in timer_cb()
43 uv_close((uv_handle_t*) &timer_handle, NULL); in timer_cb()
44 uv_close((uv_handle_t*) &server_handle, NULL); in timer_cb()
45 uv_close((uv_handle_t*) &client_handle, NULL); in timer_cb()
46 uv_close((uv_handle_t*) &peer_handle, NULL); in timer_cb()
H A Dtest-handle-fileno.c65 uv_close((uv_handle_t*) &idle, NULL); in TEST_IMPL()
75 uv_close((uv_handle_t*) &tcp, NULL); in TEST_IMPL()
87 uv_close((uv_handle_t*) &udp, NULL); in TEST_IMPL()
99 uv_close((uv_handle_t*) &pipe, NULL); in TEST_IMPL()
114 uv_close((uv_handle_t*) &tty, NULL); in TEST_IMPL()
H A Dtest-udp-bind.c52 uv_close((uv_handle_t*) &h1, NULL); in TEST_IMPL()
53 uv_close((uv_handle_t*) &h2, NULL); in TEST_IMPL()
85 uv_close((uv_handle_t*) &h1, NULL); in TEST_IMPL()
86 uv_close((uv_handle_t*) &h2, NULL); in TEST_IMPL()
H A Dtest-ipc.c82 uv_close((uv_handle_t*)conn, close_server_conn_cb); in on_connection()
83 uv_close((uv_handle_t*)server, NULL); in on_connection()
96 uv_close((uv_handle_t*)process, NULL); in exit_cb()
115 uv_close((uv_handle_t*)req->handle, close_client_conn_cb); in connect_cb()
206 uv_close((uv_handle_t*)&channel, NULL); in on_read()
270 uv_close((uv_handle_t*)&tcp_server, NULL); in on_read_listen_after_bound_twice()
271 uv_close((uv_handle_t*)&tcp_server2, NULL); in on_read_listen_after_bound_twice()
273 uv_close((uv_handle_t*)&channel, NULL); in on_read_listen_after_bound_twice()
345 uv_close((uv_handle_t*)tcp, NULL); in on_tcp_read()
346 uv_close((uv_handle_ in on_tcp_read()
[all...]
H A Dtest-loop-handles.c136 uv_close((uv_handle_t*)handle, idle_2_close_cb); in idle_2_cb()
223 uv_close((uv_handle_t*)&prepare_1_handle, prepare_1_close_cb); in check_cb()
224 uv_close((uv_handle_t*)&check_handle, check_close_cb); in check_cb()
225 uv_close((uv_handle_t*)&prepare_2_handle, prepare_2_close_cb); in check_cb()
228 uv_close((uv_handle_t*)&idle_1_handles[i], idle_1_close_cb); in check_cb()
234 uv_close((uv_handle_t*)&idle_2_handle, idle_2_close_cb); in check_cb()
H A Dtest-fs-poll.c144 uv_close((uv_handle_t*)handle, close_cb); in poll_cb()
189 uv_close((uv_handle_t*) &poll_handle, close_cb); in TEST_IMPL()
210 uv_close((uv_handle_t*) &poll_handle, close_cb); in TEST_IMPL()
234 uv_close((uv_handle_t*) &poll_handle, close_cb); in TEST_IMPL()
258 uv_close((uv_handle_t*) &poll_handle, close_cb); in TEST_IMPL()
286 uv_close((uv_handle_t*) &poll_handle, close_cb); in TEST_IMPL()
H A Dtest-tcp-create-socket-early.c36 uv_close((uv_handle_t*) req->handle, NULL); in on_connect()
55 uv_close((uv_handle_t*) server, NULL); in on_connection()
56 uv_close((uv_handle_t*) handle, (uv_close_cb)free); in on_connection()
130 uv_close((uv_handle_t*) &client, NULL); in TEST_IMPL()
177 uv_close((uv_handle_t*) &client, NULL); in TEST_IMPL()
H A Dtest-close-order.c45 uv_close((uv_handle_t*) handle, close_cb); in check_cb()
46 uv_close((uv_handle_t*) &timer_handle2, close_cb); in check_cb()
52 uv_close((uv_handle_t*) handle, close_cb); in timer_cb()
H A Dtest-tty.c139 uv_close((uv_handle_t*) &tty_in, NULL); in TEST_IMPL()
140 uv_close((uv_handle_t*) &tty_out, NULL); in TEST_IMPL()
159 uv_close((uv_handle_t*) tty_in, NULL); in tty_raw_read()
256 uv_close((uv_handle_t*) &tty_out, NULL); in TEST_IMPL()
302 uv_close((uv_handle_t*) &tty_out, NULL); in TEST_IMPL()
384 uv_close((uv_handle_t*) &tty, NULL); in TEST_IMPL()
395 uv_close((uv_handle_t*) &tty_ro, NULL); in TEST_IMPL()
406 uv_close((uv_handle_t*) &tty_wo, NULL); in TEST_IMPL()
459 uv_close((uv_handle_t*) &slave_tty, NULL); in TEST_IMPL()
461 uv_close((uv_handle_ in TEST_IMPL()
[all...]
H A Dtest-stdio-over-pipes.c57 uv_close((uv_handle_t*)process, close_cb); in exit_cb()
58 uv_close((uv_handle_t*)&in, close_cb); in exit_cb()
59 uv_close((uv_handle_t*)&out, close_cb); in exit_cb()
286 uv_close((uv_handle_t*)&stdin_pipe1, close_cb); in stdio_over_pipes_helper()
287 uv_close((uv_handle_t*)&stdout_pipe1, close_cb); in stdio_over_pipes_helper()
288 uv_close((uv_handle_t*)&stdin_pipe2, close_cb); in stdio_over_pipes_helper()
289 uv_close((uv_handle_t*)&stdout_pipe2, close_cb); in stdio_over_pipes_helper()
H A Dtest-tcp-oob.c51 uv_close((uv_handle_t*) &server_handle, NULL); in idle_cb()
52 uv_close((uv_handle_t*) &client_handle, NULL); in idle_cb()
53 uv_close((uv_handle_t*) &peer_handle, NULL); in idle_cb()
54 uv_close((uv_handle_t*) idle, NULL); in idle_cb()
H A Dtest-delayed-accept.c66 uv_close((uv_handle_t*)accepted_handle, close_cb); in do_accept()
70 uv_close((uv_handle_t*)server, close_cb); in do_accept()
74 uv_close((uv_handle_t*)timer_handle, close_cb); in do_accept()
130 uv_close((uv_handle_t*)tcp, close_cb); in read_cb()
H A Dtest-queue-foreach-delete.c76 uv_close((uv_handle_t*)&(name)[2], NULL); \
77 uv_close((uv_handle_t*)&(name)[1], NULL); \
90 uv_close((uv_handle_t*)&(name)[0], NULL); \
91 uv_close((uv_handle_t*)&(name)[1], NULL); \
H A Dtest-pipe-connect-multiple.c122 uv_close((uv_handle_t*)conn, NULL); in connection_cb2()
125 uv_close((uv_handle_t*)&server_handle, NULL); in connection_cb2()
133 uv_close((uv_handle_t*)&server_handle, NULL); in connect_cb2()
167 uv_close((uv_handle_t*)&clients[i].pipe_handle, NULL); in TEST_IMPL()
H A Dtest-timer-from-check.c74 uv_close((uv_handle_t*) &prepare_handle, NULL); in TEST_IMPL()
75 uv_close((uv_handle_t*) &check_handle, NULL); in TEST_IMPL()
76 uv_close((uv_handle_t*) &timer_handle, NULL); in TEST_IMPL()
H A Dtest-signal.c108 uv_close((uv_handle_t*)handle, NULL); in signal_cb()
119 uv_close((uv_handle_t*)handle, NULL); in signal_cb_one_shot()
129 uv_close((uv_handle_t*)handle, NULL); in timer_cb()
267 uv_close((uv_handle_t*)&(sc[2]).handle, NULL); in TEST_IMPL()
281 uv_close((uv_handle_t*)&(sc[2]).handle, NULL); in TEST_IMPL()
296 uv_close((uv_handle_t*)&(sc[0]).handle, NULL); in TEST_IMPL()
297 uv_close((uv_handle_t*)&(sc[1]).handle, NULL); in TEST_IMPL()
312 uv_close((uv_handle_t*)&(sc[0]).handle, NULL); in TEST_IMPL()
313 uv_close((uv_handle_t*)&(sc[2]).handle, NULL); in TEST_IMPL()
H A Dbenchmark-multi-accept.c135 uv_close((uv_handle_t*) ipc_pipe, NULL); in ipc_connection_cb()
142 uv_close((uv_handle_t*) &ctx->peer_handle, ipc_close_cb); in ipc_write_cb()
195 uv_close((uv_handle_t*) &ctx->ipc_pipe, NULL); in ipc_read_cb()
234 uv_close((uv_handle_t*) &ctx.server_handle, NULL); in send_listen_handles()
285 uv_close((uv_handle_t*) &ctx->server_handle, NULL); in sv_async_cb()
286 uv_close((uv_handle_t*) &ctx->async_handle, NULL); in sv_async_cb()
326 uv_close((uv_handle_t*) handle, (uv_close_cb) free); in sv_read_cb()
339 uv_close((uv_handle_t*) &ctx->client_handle, cl_close_cb); in cl_idle_cb()
350 uv_close((uv_handle_t*) &ctx->idle_handle, NULL); in cl_close_cb()
H A Dtest-tcp-try-write-error.c69 uv_close((uv_handle_t*) &incoming, incoming_close_cb); in connection_cb()
70 uv_close((uv_handle_t*) tcp, close_cb); in connection_cb()
100 uv_close((uv_handle_t*) &client, close_cb); in TEST_IMPL()
H A Dtest-udp-recv-in-a-row.c73 uv_close((uv_handle_t*) &client, NULL); in check_cb()
74 uv_close((uv_handle_t*) &check_handle, NULL); in check_cb()
75 uv_close((uv_handle_t*) &server, NULL); in check_cb()

Completed in 13 milliseconds

12345678