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

Go to the source code of this file.

Functions

static void close_cb (uv_handle_t *handle)
 
static void connect_and_shutdown (uv_connect_t *req, int status)
 
static void connect_and_write (uv_connect_t *req, int status)
 
static void do_close (void *handle)
 
static void fail_cb (void)
 
static void fail_cb2 (void)
 
static void prepare_cb (uv_prepare_t *h)
 
static void req_cb (uv_handle_t *req, int status)
 
static void shutdown_cb (uv_shutdown_t *req, int status)
 
 TEST_IMPL (async_ref)
 
 TEST_IMPL (check_ref)
 
 TEST_IMPL (fs_event_ref)
 
 TEST_IMPL (fs_poll_ref)
 
 TEST_IMPL (has_ref)
 
 TEST_IMPL (idle_ref)
 
 TEST_IMPL (pipe_ref)
 
 TEST_IMPL (pipe_ref2)
 
 TEST_IMPL (pipe_ref3)
 
 TEST_IMPL (pipe_ref4)
 
 TEST_IMPL (prepare_ref)
 
 TEST_IMPL (process_ref)
 
 TEST_IMPL (ref)
 
 TEST_IMPL (tcp_ref)
 
 TEST_IMPL (tcp_ref2)
 
 TEST_IMPL (tcp_ref2b)
 
 TEST_IMPL (tcp_ref3)
 
 TEST_IMPL (tcp_ref4)
 
 TEST_IMPL (timer_ref)
 
 TEST_IMPL (timer_ref2)
 
 TEST_IMPL (udp_ref)
 
 TEST_IMPL (udp_ref2)
 
 TEST_IMPL (udp_ref3)
 
 TEST_IMPL (unref_in_prepare_cb)
 
static void write_cb (uv_write_t *req, int status)
 

Variables

static char buffer [32767]
 
static int close_cb_called
 
static int connect_cb_called
 
static uv_connect_t connect_req
 
static int req_cb_called
 
static int shutdown_cb_called
 
static uv_shutdown_t shutdown_req
 
static int write_cb_called
 
static uv_write_t write_req
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 42 of file test-ref.c.

◆ connect_and_shutdown()

static void connect_and_shutdown ( uv_connect_t req,
int  status 
)
static

Definition at line 94 of file test-ref.c.

◆ connect_and_write()

static void connect_and_write ( uv_connect_t req,
int  status 
)
static

Definition at line 84 of file test-ref.c.

◆ do_close()

static void do_close ( void *  handle)
static

Definition at line 47 of file test-ref.c.

◆ fail_cb()

static void fail_cb ( void  )
static

Definition at line 56 of file test-ref.c.

◆ fail_cb2()

static void fail_cb2 ( void  )
static

Definition at line 61 of file test-ref.c.

◆ prepare_cb()

static void prepare_cb ( uv_prepare_t h)
static

Definition at line 156 of file test-ref.c.

◆ req_cb()

static void req_cb ( uv_handle_t req,
int  status 
)
static

Definition at line 66 of file test-ref.c.

◆ shutdown_cb()

static void shutdown_cb ( uv_shutdown_t req,
int  status 
)
static

Definition at line 71 of file test-ref.c.

◆ TEST_IMPL() [1/24]

TEST_IMPL ( async_ref  )

Definition at line 121 of file test-ref.c.

◆ TEST_IMPL() [2/24]

TEST_IMPL ( check_ref  )

Definition at line 144 of file test-ref.c.

◆ TEST_IMPL() [3/24]

TEST_IMPL ( fs_event_ref  )

Definition at line 196 of file test-ref.c.

◆ TEST_IMPL() [4/24]

TEST_IMPL ( fs_poll_ref  )

Definition at line 211 of file test-ref.c.

◆ TEST_IMPL() [5/24]

TEST_IMPL ( has_ref  )

Definition at line 436 of file test-ref.c.

◆ TEST_IMPL() [6/24]

TEST_IMPL ( idle_ref  )

Definition at line 109 of file test-ref.c.

◆ TEST_IMPL() [7/24]

TEST_IMPL ( pipe_ref  )

Definition at line 348 of file test-ref.c.

◆ TEST_IMPL() [8/24]

TEST_IMPL ( pipe_ref2  )

Definition at line 359 of file test-ref.c.

◆ TEST_IMPL() [9/24]

TEST_IMPL ( pipe_ref3  )

Definition at line 371 of file test-ref.c.

◆ TEST_IMPL() [10/24]

TEST_IMPL ( pipe_ref4  )

Definition at line 385 of file test-ref.c.

◆ TEST_IMPL() [11/24]

TEST_IMPL ( prepare_ref  )

Definition at line 132 of file test-ref.c.

◆ TEST_IMPL() [12/24]

TEST_IMPL ( process_ref  )

Definition at line 400 of file test-ref.c.

◆ TEST_IMPL() [13/24]

TEST_IMPL ( ref  )

Definition at line 102 of file test-ref.c.

◆ TEST_IMPL() [14/24]

TEST_IMPL ( tcp_ref  )

Definition at line 223 of file test-ref.c.

◆ TEST_IMPL() [15/24]

TEST_IMPL ( tcp_ref2  )

Definition at line 234 of file test-ref.c.

◆ TEST_IMPL() [16/24]

TEST_IMPL ( tcp_ref2b  )

Definition at line 246 of file test-ref.c.

◆ TEST_IMPL() [17/24]

TEST_IMPL ( tcp_ref3  )

Definition at line 259 of file test-ref.c.

◆ TEST_IMPL() [18/24]

TEST_IMPL ( tcp_ref4  )

Definition at line 278 of file test-ref.c.

◆ TEST_IMPL() [19/24]

TEST_IMPL ( timer_ref  )

Definition at line 173 of file test-ref.c.

◆ TEST_IMPL() [20/24]

TEST_IMPL ( timer_ref2  )

Definition at line 184 of file test-ref.c.

◆ TEST_IMPL() [21/24]

TEST_IMPL ( udp_ref  )

Definition at line 298 of file test-ref.c.

◆ TEST_IMPL() [22/24]

TEST_IMPL ( udp_ref2  )

Definition at line 309 of file test-ref.c.

◆ TEST_IMPL() [23/24]

TEST_IMPL ( udp_ref3  )

Definition at line 324 of file test-ref.c.

◆ TEST_IMPL() [24/24]

TEST_IMPL ( unref_in_prepare_cb  )

Definition at line 162 of file test-ref.c.

◆ write_cb()

static void write_cb ( uv_write_t req,
int  status 
)
static

Definition at line 77 of file test-ref.c.

Variable Documentation

◆ buffer

char buffer[32767]
static

Definition at line 33 of file test-ref.c.

◆ close_cb_called

int close_cb_called
static

Definition at line 39 of file test-ref.c.

◆ connect_cb_called

int connect_cb_called
static

Definition at line 36 of file test-ref.c.

◆ connect_req

uv_connect_t connect_req
static

Definition at line 31 of file test-ref.c.

◆ req_cb_called

int req_cb_called
static

Definition at line 35 of file test-ref.c.

◆ shutdown_cb_called

int shutdown_cb_called
static

Definition at line 38 of file test-ref.c.

◆ shutdown_req

uv_shutdown_t shutdown_req
static

Definition at line 30 of file test-ref.c.

◆ write_cb_called

int write_cb_called
static

Definition at line 37 of file test-ref.c.

◆ write_req

Definition at line 29 of file test-ref.c.



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