Go to the source code of this file.
Functions | |
static void | alloc_cb (uv_handle_t *handle, size_t size, uv_buf_t *buf) |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
static void | connection_cb (uv_stream_t *server, int status) |
static void | read_cb (uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) |
TEST_IMPL (tcp_close_accept) | |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static struct sockaddr_in | addr |
static unsigned int | close_cb_called |
static uv_connect_t | connect_reqs [ARRAY_SIZE(tcp_outgoing)] |
static unsigned int | got_connections |
static unsigned int | pending_incoming |
static unsigned int | read_cb_called |
static uv_tcp_t | tcp_check |
static uv_connect_t | tcp_check_req |
static uv_tcp_t | tcp_incoming [ARRAY_SIZE(tcp_outgoing)] |
static uv_tcp_t | tcp_outgoing [2] |
static uv_tcp_t | tcp_server |
static unsigned int | write_cb_called |
static uv_write_t | write_reqs [ARRAY_SIZE(tcp_outgoing)] |
|
static |
Definition at line 81 of file test-tcp-close-accept.c.
|
static |
Definition at line 45 of file test-tcp-close-accept.c.
|
static |
Definition at line 54 of file test-tcp-close-accept.c.
|
static |
Definition at line 117 of file test-tcp-close-accept.c.
|
static |
Definition at line 87 of file test-tcp-close-accept.c.
TEST_IMPL | ( | tcp_close_accept | ) |
Definition at line 142 of file test-tcp-close-accept.c.
|
static |
Definition at line 49 of file test-tcp-close-accept.c.
|
static |
Definition at line 31 of file test-tcp-close-accept.c.
|
static |
Definition at line 40 of file test-tcp-close-accept.c.
|
static |
Definition at line 35 of file test-tcp-close-accept.c.
|
static |
Definition at line 39 of file test-tcp-close-accept.c.
|
static |
Definition at line 43 of file test-tcp-close-accept.c.
|
static |
Definition at line 42 of file test-tcp-close-accept.c.
|
static |
Definition at line 36 of file test-tcp-close-accept.c.
|
static |
Definition at line 37 of file test-tcp-close-accept.c.
|
static |
Definition at line 34 of file test-tcp-close-accept.c.
|
static |
Definition at line 33 of file test-tcp-close-accept.c.
|
static |
Definition at line 32 of file test-tcp-close-accept.c.
|
static |
Definition at line 41 of file test-tcp-close-accept.c.
|
static |
Definition at line 38 of file test-tcp-close-accept.c.