Home
last modified time | relevance | path

Searched refs:close_cb (Results 1 – 25 of 85) sorted by relevance

1234

/libuv/test/
H A Dtest-idle.c36 static void close_cb(uv_handle_t* handle) { in close_cb() function
44 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-pipe-bind-error.c39 static void close_cb(uv_handle_t* handle) { in close_cb() function
64 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()
162 uv_close((uv_handle_t*) connect_req->handle, close_cb); in connect_overlong_cb()
H A Dtest-close-order.c34 static void close_cb(uv_handle_t* handle) { in close_cb() function
45 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-tcp-bind6-error.c31 static void close_cb(uv_handle_t* handle) { in close_cb() function
62 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-fs-poll.c30 static void close_cb(uv_handle_t* handle);
73 static void close_cb(uv_handle_t* handle) { in close_cb() function
144 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-bind-error.c32 static void close_cb(uv_handle_t* handle) { in close_cb() function
40 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()
H A Dtest-stdio-over-pipes.c45 static void close_cb(uv_handle_t* handle) { in close_cb() function
57 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-signal-pending-on-close.c46 static void close_cb(uv_handle_t *handle) { in close_cb() function
55 uv_close((uv_handle_t *) &pipe_hdl, close_cb); in write_cb()
56 uv_close((uv_handle_t *) &signal_hdl, close_cb); in write_cb()
106 uv_close((uv_handle_t*) &signal_hdl, close_cb); in TEST_IMPL()
H A Dtest-delayed-accept.c39 static void close_cb(uv_handle_t* handle) { in close_cb() function
66 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-tcp-try-write.c41 static void close_cb(uv_handle_t* handle) { in close_cb() function
66 uv_close((uv_handle_t*) &client, close_cb); in connect_cb()
80 uv_close((uv_handle_t*) tcp, close_cb); in read_cb()
81 uv_close((uv_handle_t*) &server, close_cb); in read_cb()
H A Dtest-tcp-alloc-cb-fail.c40 static void close_cb(uv_handle_t* handle) { in close_cb() function
59 uv_close((uv_handle_t*) &incoming, close_cb); in conn_read_cb()
60 uv_close((uv_handle_t*) &client, close_cb); in conn_read_cb()
61 uv_close((uv_handle_t*) &server, close_cb); in conn_read_cb()
H A Dtest-fs-event.c115 static void close_cb(uv_handle_t* handle) { in close_cb() function
139 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_dir()
213 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file()
214 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_dir_multi_file()
315 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file_in_subdir()
333 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file()
349 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file_current_dir()
359 uv_close((uv_handle_t*)handle, close_cb); in timer_cb_file()
850 uv_close((uv_handle_t*)handle, close_cb); in timer_cb()
979 uv_close((uv_handle_t*)&timer, close_cb); in TEST_IMPL()
[all …]
H A Dtest-pipe-connect-prepare.c44 static void close_cb(uv_handle_t* handle) { in close_cb() function
53 uv_close((uv_handle_t*)&prepare_handle, close_cb); in connect_cb()
54 uv_close((uv_handle_t*)&pipe_handle, close_cb); in connect_cb()
H A Dtest-socket-buffer-size.c34 static void close_cb(uv_handle_t* handle) { in close_cb() function
64 uv_close((uv_handle_t*) &tcp, close_cb); in TEST_IMPL()
69 uv_close((uv_handle_t*) &udp, close_cb); in TEST_IMPL()
H A Dtest-tcp-write-queue-order.c45 static void close_cb(uv_handle_t* handle) { in close_cb() function
50 uv_close((uv_handle_t*) &client, close_cb); in timer_cb()
51 uv_close((uv_handle_t*) &server, close_cb); in timer_cb()
52 uv_close((uv_handle_t*) &incoming, close_cb); in timer_cb()
H A Dtest-tcp-close-accept.c45 static void close_cb(uv_handle_t* handle) { in close_cb() function
66 uv_close((uv_handle_t*) &tcp_incoming[pending_incoming], close_cb); in connect_cb()
67 uv_close((uv_handle_t*) &tcp_check, close_cb); in connect_cb()
102 uv_close((uv_handle_t*) &tcp_incoming[i], close_cb); in read_cb()
106 uv_close((uv_handle_t*) &tcp_server, close_cb); in read_cb()
H A Dtest-tcp-write-in-a-row.c42 static void close_cb(uv_handle_t* handle) { in close_cb() function
54 uv_close((uv_handle_t*) &client, close_cb); in write_cb()
55 uv_close((uv_handle_t*) &incoming, close_cb); in write_cb()
56 uv_close((uv_handle_t*) &server, close_cb); in write_cb()
H A Dtest-pipe-connect-error.c39 static void close_cb(uv_handle_t* handle) { in close_cb() function
47 uv_close((uv_handle_t*) connect_req->handle, close_cb); in connect_cb()
56 uv_close((uv_handle_t*) connect_req->handle, close_cb); in connect_cb_file()
H A Dtest-poll-multiple-handles.c37 static void close_cb(uv_handle_t* handle) { in close_cb() function
89 uv_close((uv_handle_t*) &first_poll_handle, close_cb); in TEST_IMPL()
97 uv_close((uv_handle_t*) &second_poll_handle, close_cb); in TEST_IMPL()
H A Dtest-tcp-close-while-connecting.c35 static void close_cb(uv_handle_t* handle) { in close_cb() function
54 uv_close((uv_handle_t*)handle, close_cb); in timer1_cb()
55 uv_close((uv_handle_t*)&tcp_handle, close_cb); in timer1_cb()
H A Dtest-multiple-listen.c34 static void close_cb(uv_handle_t* handle) { in close_cb() function
42 uv_close((uv_handle_t*)&server, close_cb); in connection_cb()
71 uv_close((uv_handle_t*)&client, close_cb); in connect_cb()
H A Dtest-async.c72 static void close_cb(uv_handle_t* handle) { in close_cb() function
88 uv_close((uv_handle_t*)&async, close_cb); in async_cb()
89 uv_close((uv_handle_t*)&prepare, close_cb); in async_cb()
H A Dtest-tcp-connect-timeout.c37 static void close_cb(uv_handle_t* handle);
49 uv_close((uv_handle_t*)&conn, close_cb); in timer_cb()
50 uv_close((uv_handle_t*)&timer, close_cb); in timer_cb()
54 static void close_cb(uv_handle_t* handle) { in close_cb() function
H A Dtest-tcp-try-write-error.c37 static void close_cb(uv_handle_t* handle) { in close_cb() function
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-timer-again.c37 static void close_cb(uv_handle_t* handle) { in close_cb() function
60 uv_close((uv_handle_t*)handle, close_cb); in repeat_1_cb()
81 uv_close((uv_handle_t*)handle, close_cb); in repeat_2_cb()

Completed in 55 milliseconds

1234