Functions | Variables
test-tcp-connect-error.c File Reference
#include "uv.h"
#include "task.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test-tcp-connect-error.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 *handle, int status)
 
 TEST_IMPL (tcp_connect_error_fault)
 

Variables

static int close_cb_called = 0
 
static int connect_cb_called = 0
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 40 of file test-tcp-connect-error.c.

◆ connect_cb()

static void connect_cb ( uv_connect_t handle,
int  status 
)
static

Definition at line 33 of file test-tcp-connect-error.c.

◆ TEST_IMPL()

TEST_IMPL ( tcp_connect_error_fault  )

Definition at line 46 of file test-tcp-connect-error.c.

Variable Documentation

◆ close_cb_called

int close_cb_called = 0
static

Definition at line 29 of file test-tcp-connect-error.c.

◆ connect_cb_called

int connect_cb_called = 0
static

Definition at line 28 of file test-tcp-connect-error.c.



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