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

Go to the source code of this file.

Functions

static void connect_cb (uv_connect_t *req, int status)
 
static void fail_cb (void)
 
 TEST_IMPL (tcp_read_stop)
 
static void timer_cb (uv_timer_t *handle)
 
static void write_cb (uv_write_t *req, int status)
 

Variables

static uv_tcp_t tcp_handle
 
static uv_timer_t timer_handle
 
static uv_write_t write_req
 

Function Documentation

◆ connect_cb()

static void connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 52 of file test-tcp-read-stop.c.

◆ fail_cb()

static void fail_cb ( void  )
static

Definition at line 30 of file test-tcp-read-stop.c.

◆ TEST_IMPL()

TEST_IMPL ( tcp_read_stop  )

Definition at line 61 of file test-tcp-read-stop.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 41 of file test-tcp-read-stop.c.

◆ write_cb()

static void write_cb ( uv_write_t req,
int  status 
)
static

Definition at line 35 of file test-tcp-read-stop.c.

Variable Documentation

◆ tcp_handle

uv_tcp_t tcp_handle
static

Definition at line 26 of file test-tcp-read-stop.c.

◆ timer_handle

uv_timer_t timer_handle
static

Definition at line 25 of file test-tcp-read-stop.c.

◆ write_req

Definition at line 27 of file test-tcp-read-stop.c.



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