Functions | Variables
test-pipe-sendmsg.c File Reference
#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>
Include dependency graph for test-pipe-sendmsg.c:

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
 

Function Documentation

◆ alloc_cb()

static void alloc_cb ( uv_handle_t handle,
size_t  size,
uv_buf_t buf 
)
static

Definition at line 65 of file test-pipe-sendmsg.c.

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 60 of file test-pipe-sendmsg.c.

◆ read_cb()

static void read_cb ( uv_stream_t handle,
ssize_t  nread,
const uv_buf_t buf 
)
static

Definition at line 73 of file test-pipe-sendmsg.c.

◆ set_nonblocking()

static void set_nonblocking ( uv_os_sock_t  sock)
static

Definition at line 43 of file test-pipe-sendmsg.c.

◆ TEST_IMPL()

TEST_IMPL ( pipe_sendmsg  )

Definition at line 104 of file test-pipe-sendmsg.c.

Variable Documentation

◆ close_called

unsigned int close_called
static

Definition at line 40 of file test-pipe-sendmsg.c.

◆ incoming

uv_pipe_t incoming[4]
static

Definition at line 38 of file test-pipe-sendmsg.c.

◆ incoming_count

unsigned int incoming_count
static

Definition at line 39 of file test-pipe-sendmsg.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33