Functions | Variables
test-pipe-getsockname.c File Reference
#include "uv.h"
#include "task.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Include dependency graph for test-pipe-getsockname.c:

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
 

Function Documentation

◆ pipe_client_connect_cb()

static void pipe_client_connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 54 of file test-pipe-getsockname.c.

◆ pipe_close_cb()

static void pipe_close_cb ( uv_handle_t handle)
static

Definition at line 47 of file test-pipe-getsockname.c.

◆ pipe_server_connection_cb()

static void pipe_server_connection_cb ( uv_stream_t handle,
int  status 
)
static

Definition at line 81 of file test-pipe-getsockname.c.

◆ TEST_IMPL() [1/3]

TEST_IMPL ( pipe_getsockname  )

Definition at line 89 of file test-pipe-getsockname.c.

◆ TEST_IMPL() [2/3]

TEST_IMPL ( pipe_getsockname_abstract  )

Definition at line 164 of file test-pipe-getsockname.c.

◆ TEST_IMPL() [3/3]

TEST_IMPL ( pipe_getsockname_blocking  )

Definition at line 211 of file test-pipe-getsockname.c.

Variable Documentation

◆ connect_req

uv_connect_t connect_req
static

Definition at line 41 of file test-pipe-getsockname.c.

◆ pipe_client

uv_pipe_t pipe_client
static

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

◆ pipe_client_connect_cb_called

int pipe_client_connect_cb_called = 0
static

Definition at line 44 of file test-pipe-getsockname.c.

◆ pipe_close_cb_called

int pipe_close_cb_called = 0
static

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

◆ pipe_server

uv_pipe_t pipe_server
static

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



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