Home
last modified time | relevance | path

Searched refs:shutdown_cb_called (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/test/
Dtest-tcp-close-reset.c41 static int shutdown_cb_called; variable
121 shutdown_cb_called++; in shutdown_cb()
198 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
205 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
225 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
232 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
252 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
259 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
279 ASSERT(shutdown_cb_called == 0); in TEST_IMPL()
286 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dtest-shutdown-close.c35 static int shutdown_cb_called = 0; variable
42 shutdown_cb_called++; in shutdown_cb()
84 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
103 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dtest-shutdown-twice.c33 static int shutdown_cb_called = 0; variable
42 shutdown_cb_called++; in shutdown_cb()
81 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dtest-tcp-open.c32 static int shutdown_cb_called = 0; variable
109 shutdown_cb_called++; in shutdown_cb()
160 ASSERT(shutdown_cb_called); in write1_cb()
275 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
360 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
393 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dtest-tcp-shutdown-after-write.c36 static int shutdown_cb_called; variable
99 shutdown_cb_called++; in shutdown_cb()
132 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dtest-ref.c38 static int shutdown_cb_called; variable
73 shutdown_cb_called++; in shutdown_cb()
271 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
291 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
378 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
393 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()
Dbenchmark-tcp-write-batch.c42 static int shutdown_cb_called = 0; variable
87 shutdown_cb_called++; in shutdown_cb()
135 ASSERT(shutdown_cb_called == 1); in BENCHMARK_IMPL()
Dtest-callback-stack.c45 static int shutdown_cb_called = 0; variable
66 shutdown_cb_called++; in shutdown_cb()
199 ASSERT(shutdown_cb_called == 1 && "shutdown_cb must be called exactly once"); in TEST_IMPL()
Dtest-tcp-writealot.c40 static int shutdown_cb_called = 0; variable
77 shutdown_cb_called++; in shutdown_cb()
168 ASSERT(shutdown_cb_called == 1); in TEST_IMPL()