Go to the source code of this file.
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | connect_and_shutdown (uv_connect_t *req, int status) |
static void | connect_and_write (uv_connect_t *req, int status) |
static void | do_close (void *handle) |
static void | fail_cb (void) |
static void | fail_cb2 (void) |
static void | prepare_cb (uv_prepare_t *h) |
static void | req_cb (uv_handle_t *req, int status) |
static void | shutdown_cb (uv_shutdown_t *req, int status) |
TEST_IMPL (async_ref) | |
TEST_IMPL (check_ref) | |
TEST_IMPL (fs_event_ref) | |
TEST_IMPL (fs_poll_ref) | |
TEST_IMPL (has_ref) | |
TEST_IMPL (idle_ref) | |
TEST_IMPL (pipe_ref) | |
TEST_IMPL (pipe_ref2) | |
TEST_IMPL (pipe_ref3) | |
TEST_IMPL (pipe_ref4) | |
TEST_IMPL (prepare_ref) | |
TEST_IMPL (process_ref) | |
TEST_IMPL (ref) | |
TEST_IMPL (tcp_ref) | |
TEST_IMPL (tcp_ref2) | |
TEST_IMPL (tcp_ref2b) | |
TEST_IMPL (tcp_ref3) | |
TEST_IMPL (tcp_ref4) | |
TEST_IMPL (timer_ref) | |
TEST_IMPL (timer_ref2) | |
TEST_IMPL (udp_ref) | |
TEST_IMPL (udp_ref2) | |
TEST_IMPL (udp_ref3) | |
TEST_IMPL (unref_in_prepare_cb) | |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static char | buffer [32767] |
static int | close_cb_called |
static int | connect_cb_called |
static uv_connect_t | connect_req |
static int | req_cb_called |
static int | shutdown_cb_called |
static uv_shutdown_t | shutdown_req |
static int | write_cb_called |
static uv_write_t | write_req |
|
static |
Definition at line 42 of file test-ref.c.
|
static |
Definition at line 94 of file test-ref.c.
|
static |
Definition at line 84 of file test-ref.c.
|
static |
Definition at line 47 of file test-ref.c.
|
static |
Definition at line 56 of file test-ref.c.
|
static |
Definition at line 61 of file test-ref.c.
|
static |
Definition at line 156 of file test-ref.c.
|
static |
Definition at line 66 of file test-ref.c.
|
static |
Definition at line 71 of file test-ref.c.
TEST_IMPL | ( | async_ref | ) |
Definition at line 121 of file test-ref.c.
TEST_IMPL | ( | check_ref | ) |
Definition at line 144 of file test-ref.c.
TEST_IMPL | ( | fs_event_ref | ) |
Definition at line 196 of file test-ref.c.
TEST_IMPL | ( | fs_poll_ref | ) |
Definition at line 211 of file test-ref.c.
TEST_IMPL | ( | has_ref | ) |
Definition at line 436 of file test-ref.c.
TEST_IMPL | ( | idle_ref | ) |
Definition at line 109 of file test-ref.c.
TEST_IMPL | ( | pipe_ref | ) |
Definition at line 348 of file test-ref.c.
TEST_IMPL | ( | pipe_ref2 | ) |
Definition at line 359 of file test-ref.c.
TEST_IMPL | ( | pipe_ref3 | ) |
Definition at line 371 of file test-ref.c.
TEST_IMPL | ( | pipe_ref4 | ) |
Definition at line 385 of file test-ref.c.
TEST_IMPL | ( | prepare_ref | ) |
Definition at line 132 of file test-ref.c.
TEST_IMPL | ( | process_ref | ) |
Definition at line 400 of file test-ref.c.
TEST_IMPL | ( | ref | ) |
Definition at line 102 of file test-ref.c.
TEST_IMPL | ( | tcp_ref | ) |
Definition at line 223 of file test-ref.c.
TEST_IMPL | ( | tcp_ref2 | ) |
Definition at line 234 of file test-ref.c.
TEST_IMPL | ( | tcp_ref2b | ) |
Definition at line 246 of file test-ref.c.
TEST_IMPL | ( | tcp_ref3 | ) |
Definition at line 259 of file test-ref.c.
TEST_IMPL | ( | tcp_ref4 | ) |
Definition at line 278 of file test-ref.c.
TEST_IMPL | ( | timer_ref | ) |
Definition at line 173 of file test-ref.c.
TEST_IMPL | ( | timer_ref2 | ) |
Definition at line 184 of file test-ref.c.
TEST_IMPL | ( | udp_ref | ) |
Definition at line 298 of file test-ref.c.
TEST_IMPL | ( | udp_ref2 | ) |
Definition at line 309 of file test-ref.c.
TEST_IMPL | ( | udp_ref3 | ) |
Definition at line 324 of file test-ref.c.
TEST_IMPL | ( | unref_in_prepare_cb | ) |
Definition at line 162 of file test-ref.c.
|
static |
Definition at line 77 of file test-ref.c.
|
static |
Definition at line 33 of file test-ref.c.
|
static |
Definition at line 39 of file test-ref.c.
|
static |
Definition at line 36 of file test-ref.c.
|
static |
Definition at line 31 of file test-ref.c.
|
static |
Definition at line 35 of file test-ref.c.
|
static |
Definition at line 38 of file test-ref.c.
|
static |
Definition at line 30 of file test-ref.c.
|
static |
Definition at line 37 of file test-ref.c.
|
static |
Definition at line 29 of file test-ref.c.