Functions | Variables
test-shutdown-close.c File Reference
#include "uv.h"
#include "task.h"
Include dependency graph for test-shutdown-close.c:

Go to the source code of this file.

Functions

static void close_cb (uv_handle_t *handle)
 
static void connect_cb (uv_connect_t *req, int status)
 
static void shutdown_cb (uv_shutdown_t *req, int status)
 
 TEST_IMPL (shutdown_close_pipe)
 
 TEST_IMPL (shutdown_close_tcp)
 

Variables

static int close_cb_called = 0
 
static int connect_cb_called = 0
 
static uv_connect_t connect_req
 
static int shutdown_cb_called = 0
 
static uv_shutdown_t shutdown_req
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 46 of file test-shutdown-close.c.

◆ connect_cb()

static void connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 51 of file test-shutdown-close.c.

◆ shutdown_cb()

static void shutdown_cb ( uv_shutdown_t req,
int  status 
)
static

Definition at line 39 of file test-shutdown-close.c.

◆ TEST_IMPL() [1/2]

TEST_IMPL ( shutdown_close_pipe  )

Definition at line 92 of file test-shutdown-close.c.

◆ TEST_IMPL() [2/2]

TEST_IMPL ( shutdown_close_tcp  )

Definition at line 67 of file test-shutdown-close.c.

Variable Documentation

◆ close_cb_called

int close_cb_called = 0
static

Definition at line 36 of file test-shutdown-close.c.

◆ connect_cb_called

int connect_cb_called = 0
static

Definition at line 34 of file test-shutdown-close.c.

◆ connect_req

uv_connect_t connect_req
static

Definition at line 32 of file test-shutdown-close.c.

◆ shutdown_cb_called

int shutdown_cb_called = 0
static

Definition at line 35 of file test-shutdown-close.c.

◆ shutdown_req

uv_shutdown_t shutdown_req
static

Definition at line 31 of file test-shutdown-close.c.



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