#include "uv.h"
#include "task.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
static void | pipe_client_connect_cb (uv_connect_t *req, int status) |
static void | pipe_close_cb (uv_handle_t *handle) |
static void | pipe_server_connection_cb (uv_stream_t *handle, int status) |
TEST_IMPL (pipe_getsockname) | |
TEST_IMPL (pipe_getsockname_abstract) | |
TEST_IMPL (pipe_getsockname_blocking) | |
Variables | |
static uv_connect_t | connect_req |
static uv_pipe_t | pipe_client |
static int | pipe_client_connect_cb_called = 0 |
static int | pipe_close_cb_called = 0 |
static uv_pipe_t | pipe_server |
|
static |
Definition at line 54 of file test-pipe-getsockname.c.
|
static |
Definition at line 47 of file test-pipe-getsockname.c.
|
static |
Definition at line 81 of file test-pipe-getsockname.c.
TEST_IMPL | ( | pipe_getsockname | ) |
Definition at line 89 of file test-pipe-getsockname.c.
TEST_IMPL | ( | pipe_getsockname_abstract | ) |
Definition at line 164 of file test-pipe-getsockname.c.
TEST_IMPL | ( | pipe_getsockname_blocking | ) |
Definition at line 211 of file test-pipe-getsockname.c.
|
static |
Definition at line 41 of file test-pipe-getsockname.c.
|
static |
Definition at line 39 of file test-pipe-getsockname.c.
|
static |
Definition at line 44 of file test-pipe-getsockname.c.
|
static |
Definition at line 43 of file test-pipe-getsockname.c.
|
static |
Definition at line 40 of file test-pipe-getsockname.c.