Macros | Functions | Variables
test-pipe-connect-error.c File Reference
#include "uv.h"
#include "task.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test-pipe-connect-error.c:

Go to the source code of this file.

Macros

#define BAD_PIPENAME   "/path/to/unix/socket/that/really/should/not/be/there"
 

Functions

static void close_cb (uv_handle_t *handle)
 
static void connect_cb (uv_connect_t *connect_req, int status)
 
static void connect_cb_file (uv_connect_t *connect_req, int status)
 
 TEST_IMPL (pipe_connect_bad_name)
 
 TEST_IMPL (pipe_connect_to_file)
 

Variables

static int close_cb_called = 0
 
static int connect_cb_called = 0
 

Macro Definition Documentation

◆ BAD_PIPENAME

#define BAD_PIPENAME   "/path/to/unix/socket/that/really/should/not/be/there"

Definition at line 31 of file test-pipe-connect-error.c.

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 39 of file test-pipe-connect-error.c.

◆ connect_cb()

static void connect_cb ( uv_connect_t connect_req,
int  status 
)
static

Definition at line 45 of file test-pipe-connect-error.c.

◆ connect_cb_file()

static void connect_cb_file ( uv_connect_t connect_req,
int  status 
)
static

Definition at line 52 of file test-pipe-connect-error.c.

◆ TEST_IMPL() [1/2]

TEST_IMPL ( pipe_connect_bad_name  )

Definition at line 59 of file test-pipe-connect-error.c.

◆ TEST_IMPL() [2/2]

TEST_IMPL ( pipe_connect_to_file  )

Definition at line 78 of file test-pipe-connect-error.c.

Variable Documentation

◆ close_cb_called

int close_cb_called = 0
static

Definition at line 35 of file test-pipe-connect-error.c.

◆ connect_cb_called

int connect_cb_called = 0
static

Definition at line 36 of file test-pipe-connect-error.c.



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