HomeSort by: relevance | last modified time | path
    Searched defs:close_cb (Results 1 - 25 of 150) sorted by relevancy

1 2 3 4 5 6

  /src/external/mit/libuv/dist/test/
test-active.c 32 static void close_cb(uv_handle_t* handle) { function
72 uv_close((uv_handle_t*) &timer, close_cb);
test-poll-closesocket.c 34 static void close_cb(uv_handle_t* h) { function
49 uv_close((uv_handle_t*) &handle, close_cb);
test-tcp-connect-error-after-write.c 34 static void close_cb(uv_handle_t* handle) { function
42 uv_close((uv_handle_t*)req->handle, close_cb);
test-active.c 32 static void close_cb(uv_handle_t* handle) { function
72 uv_close((uv_handle_t*) &timer, close_cb);
test-poll-closesocket.c 34 static void close_cb(uv_handle_t* h) { function
49 uv_close((uv_handle_t*) &handle, close_cb);
test-tcp-connect-error-after-write.c 34 static void close_cb(uv_handle_t* handle) { function
42 uv_close((uv_handle_t*)req->handle, close_cb);
test-not-writable-after-shutdown.c 27 static void close_cb(uv_handle_t* handle) { function
32 uv_close((uv_handle_t*) req->handle, close_cb);
test-poll-close.c 39 static void close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*) &poll_handles[i], close_cb);
test-poll-multiple-handles.c 37 static void close_cb(uv_handle_t* handle) { function
89 uv_close((uv_handle_t*) &first_poll_handle, close_cb);
97 uv_close((uv_handle_t*) &second_poll_handle, close_cb);
test-socket-buffer-size.c 34 static void close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*) &tcp, close_cb);
69 uv_close((uv_handle_t*) &udp, close_cb);
test-not-writable-after-shutdown.c 27 static void close_cb(uv_handle_t* handle) { function
32 uv_close((uv_handle_t*) req->handle, close_cb);
test-poll-close.c 39 static void close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*) &poll_handles[i], close_cb);
test-poll-multiple-handles.c 37 static void close_cb(uv_handle_t* handle) { function
89 uv_close((uv_handle_t*) &first_poll_handle, close_cb);
97 uv_close((uv_handle_t*) &second_poll_handle, close_cb);
test-socket-buffer-size.c 34 static void close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*) &tcp, close_cb);
69 uv_close((uv_handle_t*) &udp, close_cb);
benchmark-million-timers.c 36 static void close_cb(uv_handle_t* handle) { function
69 uv_close((uv_handle_t*) (timers + i), close_cb);
blackhole-server.c 39 static void close_cb(uv_handle_t* handle);
90 uv_close((uv_handle_t*)&conn->handle, close_cb);
94 static void close_cb(uv_handle_t* handle) { function
test-async.c 72 static void close_cb(uv_handle_t* handle) { function
88 uv_close((uv_handle_t*)&async, close_cb);
89 uv_close((uv_handle_t*)&prepare, close_cb);
test-close-order.c 34 static void close_cb(uv_handle_t* handle) { function
40 /* check_cb should run before any close_cb */
45 uv_close((uv_handle_t*) handle, close_cb);
46 uv_close((uv_handle_t*) &timer_handle2, close_cb);
52 uv_close((uv_handle_t*) handle, close_cb);
test-idle.c 36 static void close_cb(uv_handle_t* handle) { function
44 uv_close((uv_handle_t*) &idle_handle, close_cb);
45 uv_close((uv_handle_t*) &check_handle, close_cb);
46 uv_close((uv_handle_t*) &timer_handle, close_cb);
118 uv_close((uv_handle_t*) &idle_handle, close_cb);
119 uv_close((uv_handle_t*) &check_handle, close_cb);
test-multiple-listen.c 34 static void close_cb(uv_handle_t* handle) { function
42 uv_close((uv_handle_t*)&server, close_cb);
71 uv_close((uv_handle_t*)&client, close_cb);
test-pipe-bind-error.c 39 static void close_cb(uv_handle_t* handle) { function
64 uv_close((uv_handle_t*)&server1, close_cb);
65 uv_close((uv_handle_t*)&server2, close_cb);
86 uv_close((uv_handle_t*)&server, close_cb);
108 uv_close((uv_handle_t*)&server, close_cb);
132 uv_close((uv_handle_t*)&server, close_cb);
162 uv_close((uv_handle_t*) connect_req->handle, close_cb);
test-pipe-connect-error.c 39 static void close_cb(uv_handle_t* handle) { function
47 uv_close((uv_handle_t*) connect_req->handle, close_cb);
56 uv_close((uv_handle_t*) connect_req->handle, close_cb);
test-pipe-connect-prepare.c 44 static void close_cb(uv_handle_t* handle) { function
53 uv_close((uv_handle_t*)&prepare_handle, close_cb);
54 uv_close((uv_handle_t*)&pipe_handle, close_cb);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_open2.c 51 close_cb(struct archive *a, void *client) function
87 test(1, open_cb, read_cb, skip_cb, close_cb,
89 test(1, NULL, read_cb, skip_cb, close_cb,
106 test(0, open_cb, read_cb, skip_cb, close_cb,
test_archive_read_open2.c 51 close_cb(struct archive *a, void *client) function
87 test(1, open_cb, read_cb, skip_cb, close_cb,
89 test(1, NULL, read_cb, skip_cb, close_cb,
106 test(0, open_cb, read_cb, skip_cb, close_cb,

Completed in 54 milliseconds

1 2 3 4 5 6