#include "uv.h"
#include "task.h"
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
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 | read_cb (uv_stream_t *handle, ssize_t nread, const uv_buf_t *buf) |
static void | set_nonblocking (uv_os_sock_t sock) |
TEST_IMPL (pipe_sendmsg) | |
Variables | |
static unsigned int | close_called |
static uv_pipe_t | incoming [4] |
static unsigned int | incoming_count |
|
static |
Definition at line 65 of file test-pipe-sendmsg.c.
|
static |
Definition at line 60 of file test-pipe-sendmsg.c.
|
static |
Definition at line 73 of file test-pipe-sendmsg.c.
|
static |
Definition at line 43 of file test-pipe-sendmsg.c.
TEST_IMPL | ( | pipe_sendmsg | ) |
Definition at line 104 of file test-pipe-sendmsg.c.
|
static |
Definition at line 40 of file test-pipe-sendmsg.c.
|
static |
Definition at line 38 of file test-pipe-sendmsg.c.
|
static |
Definition at line 39 of file test-pipe-sendmsg.c.