Go to the source code of this file.
Functions | |
static void | alloc_cb (uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) |
static void | check_cb (uv_check_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
static void | connection_cb (uv_stream_t *handle, int status) |
static void | read_cb (uv_stream_t *handle, ssize_t nread, const uv_buf_t *buf) |
TEST_IMPL (tcp_unexpected_read) | |
static void | timer_cb (uv_timer_t *handle) |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static uv_check_t | check_handle |
static uv_tcp_t | client_handle |
static uv_connect_t | connect_req |
static uv_tcp_t | peer_handle |
static uv_tcp_t | server_handle |
static unsigned long | ticks |
static uv_timer_t | timer_handle |
static uv_write_t | write_req |
|
static |
Definition at line 50 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 36 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 62 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 74 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 57 of file test-tcp-unexpected-read.c.
TEST_IMPL | ( | tcp_unexpected_read | ) |
Definition at line 87 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 41 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 68 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 25 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 28 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 31 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 29 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 27 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 33 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 26 of file test-tcp-unexpected-read.c.
|
static |
Definition at line 30 of file test-tcp-unexpected-read.c.