Go to the source code of this file.
Functions | |
static void | connect_cb (uv_connect_t *req, int status) |
static void | fail_cb (void) |
TEST_IMPL (tcp_read_stop) | |
static void | timer_cb (uv_timer_t *handle) |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static uv_tcp_t | tcp_handle |
static uv_timer_t | timer_handle |
static uv_write_t | write_req |
|
static |
Definition at line 52 of file test-tcp-read-stop.c.
|
static |
Definition at line 30 of file test-tcp-read-stop.c.
TEST_IMPL | ( | tcp_read_stop | ) |
Definition at line 61 of file test-tcp-read-stop.c.
|
static |
Definition at line 41 of file test-tcp-read-stop.c.
|
static |
Definition at line 35 of file test-tcp-read-stop.c.
|
static |
Definition at line 26 of file test-tcp-read-stop.c.
|
static |
Definition at line 25 of file test-tcp-read-stop.c.
|
static |
Definition at line 27 of file test-tcp-read-stop.c.