Searched refs:check_cb (Results 1 - 12 of 12) sorted by relevance
/third_party/libuv/test/ |
H A D | test-idle.c | 63 static void check_cb(uv_check_t* handle) { in check_cb() function 67 fprintf(stderr, "check_cb %d\n", check_cb_called); in check_cb() 82 r = uv_check_start(&check_handle, check_cb); in TEST_IMPL() 112 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
|
H A D | test-async-null-cb.c | 38 static void check_cb(uv_check_t* handle) { in check_cb() function 57 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
|
H A D | test-close-order.c | 40 /* check_cb should run before any close_cb */ 41 static void check_cb(uv_check_t* handle) { in check_cb() function 62 uv_check_start(&check_handle, check_cb); in TEST_IMPL()
|
H A D | test-timer-from-check.c | 52 static void check_cb(uv_check_t* handle) { in check_cb() function 67 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
|
H A D | test-udp-recv-in-a-row.c | 60 static void check_cb(uv_check_t* handle) { in check_cb() function 83 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL() 111 /* check_cb() asserts that the N packets can be received in TEST_IMPL()
|
H A D | test-tcp-unexpected-read.c | 36 static void check_cb(uv_check_t* handle) { in check_cb() function 97 ASSERT_OK(uv_check_start(&check_handle, check_cb)); in TEST_IMPL()
|
H A D | test-loop-handles.c | 206 static void check_cb(uv_check_t* handle) { in check_cb() function 292 r = uv_check_start(&check_handle, check_cb); in TEST_IMPL() 300 /* initialize only, idle_1 handles are started by check_cb */ in TEST_IMPL()
|
/third_party/libuv/include/uv/ |
H A D | unix.h | 318 uv_check_cb check_cb; \
|
H A D | win.h | 575 uv_check_cb check_cb;
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 318 uv_check_cb check_cb; \
|
H A D | win.h | 571 uv_check_cb check_cb;
|
/third_party/openssl/test/ |
H A D | endecode_test.c | 155 tester *test_cb, checker *check_cb, in test_encode_decode() 183 if (!TEST_true(check_cb(file, line, type, encoded, encoded_len)) in test_encode_decode() 149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument
|
Completed in 10 milliseconds