| /src/external/mit/libuv/dist/test/ |
| test-shutdown-close.c | 35 static int shutdown_cb_called = 0; variable 42 shutdown_cb_called++; 84 ASSERT_EQ(1, shutdown_cb_called); 103 ASSERT_EQ(1, shutdown_cb_called);
|
| test-shutdown-twice.c | 33 static int shutdown_cb_called = 0; variable 42 shutdown_cb_called++; 81 ASSERT_EQ(1, shutdown_cb_called);
|
| benchmark-tcp-write-batch.c | 42 static int shutdown_cb_called = 0; variable 87 shutdown_cb_called++; 135 ASSERT(shutdown_cb_called == 1);
|
| test-callback-stack.c | 45 static int shutdown_cb_called = 0; variable 66 shutdown_cb_called++; 202 ASSERT_NE(shutdown_cb_called == 1 && \
|
| test-tcp-shutdown-after-write.c | 36 static int shutdown_cb_called; variable 99 shutdown_cb_called++; 132 ASSERT_EQ(1, shutdown_cb_called);
|
| test-ref.c | 38 static int shutdown_cb_called; variable 73 shutdown_cb_called++; 271 ASSERT_EQ(1, shutdown_cb_called); 291 ASSERT_EQ(1, shutdown_cb_called); 378 ASSERT_EQ(1, shutdown_cb_called); 393 ASSERT_EQ(1, shutdown_cb_called);
|
| test-tcp-close-reset.c | 47 static int shutdown_cb_called; variable 144 shutdown_cb_called++; 221 ASSERT_OK(shutdown_cb_called); 228 ASSERT_OK(shutdown_cb_called); 248 ASSERT_OK(shutdown_cb_called); 255 ASSERT_EQ(1, shutdown_cb_called); 275 ASSERT_OK(shutdown_cb_called); 282 ASSERT_OK(shutdown_cb_called); 302 ASSERT_OK(shutdown_cb_called); 309 ASSERT_EQ(1, shutdown_cb_called); [all...] |
| test-tcp-open.c | 32 static int shutdown_cb_called = 0; variable 109 shutdown_cb_called++; 160 ASSERT(shutdown_cb_called); 275 ASSERT_EQ(1, shutdown_cb_called); 366 ASSERT_EQ(1, shutdown_cb_called); 399 ASSERT_EQ(1, shutdown_cb_called);
|
| test-tcp-writealot.c | 40 static int shutdown_cb_called = 0; variable 77 shutdown_cb_called++; 173 ASSERT_EQ(1, shutdown_cb_called);
|