Functions | Variables
test-tcp-close-while-connecting.c File Reference
#include "uv.h"
#include "task.h"
Include dependency graph for test-tcp-close-while-connecting.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)
 
 TEST_IMPL (tcp_close_while_connecting)
 
static void timer1_cb (uv_timer_t *handle)
 
static void timer2_cb (uv_timer_t *handle)
 

Variables

static int close_cb_called
 
static int connect_cb_called
 
static int netunreach_errors
 
static uv_tcp_t tcp_handle
 
static int timer1_cb_called
 
static uv_timer_t timer1_handle
 
static uv_timer_t timer2_handle
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 35 of file test-tcp-close-while-connecting.c.

◆ connect_cb()

static void connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 40 of file test-tcp-close-while-connecting.c.

◆ TEST_IMPL()

TEST_IMPL ( tcp_close_while_connecting  )

Definition at line 65 of file test-tcp-close-while-connecting.c.

◆ timer1_cb()

static void timer1_cb ( uv_timer_t handle)
static

Definition at line 53 of file test-tcp-close-while-connecting.c.

◆ timer2_cb()

static void timer2_cb ( uv_timer_t handle)
static

Definition at line 60 of file test-tcp-close-while-connecting.c.

Variable Documentation

◆ close_cb_called

int close_cb_called
static

Definition at line 31 of file test-tcp-close-while-connecting.c.

◆ connect_cb_called

int connect_cb_called
static

Definition at line 29 of file test-tcp-close-while-connecting.c.

◆ netunreach_errors

int netunreach_errors
static

Definition at line 32 of file test-tcp-close-while-connecting.c.

◆ tcp_handle

uv_tcp_t tcp_handle
static

Definition at line 27 of file test-tcp-close-while-connecting.c.

◆ timer1_cb_called

int timer1_cb_called
static

Definition at line 30 of file test-tcp-close-while-connecting.c.

◆ timer1_handle

uv_timer_t timer1_handle
static

Definition at line 25 of file test-tcp-close-while-connecting.c.

◆ timer2_handle

uv_timer_t timer2_handle
static

Definition at line 26 of file test-tcp-close-while-connecting.c.



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