Macros | Functions
uv-data-getter-setters.c File Reference
#include "uv.h"
Include dependency graph for uv-data-getter-setters.c:

Go to the source code of this file.

Macros

#define XX(uc, lc)   case UV_##uc: return #lc;
 
#define XX(uc, lc)   case UV_##uc: return #lc;
 

Functions

const char * uv_fs_get_path (const uv_fs_t *req)
 
void * uv_fs_get_ptr (const uv_fs_t *req)
 
ssize_t uv_fs_get_result (const uv_fs_t *req)
 
uv_stat_tuv_fs_get_statbuf (uv_fs_t *req)
 
uv_fs_type uv_fs_get_type (const uv_fs_t *req)
 
void * uv_handle_get_data (const uv_handle_t *handle)
 
uv_loop_tuv_handle_get_loop (const uv_handle_t *handle)
 
uv_handle_type uv_handle_get_type (const uv_handle_t *handle)
 
void uv_handle_set_data (uv_handle_t *handle, void *data)
 
const char * uv_handle_type_name (uv_handle_type type)
 
void * uv_loop_get_data (const uv_loop_t *loop)
 
void uv_loop_set_data (uv_loop_t *loop, void *data)
 
uv_pid_t uv_process_get_pid (const uv_process_t *proc)
 
void * uv_req_get_data (const uv_req_t *req)
 
uv_req_type uv_req_get_type (const uv_req_t *req)
 
void uv_req_set_data (uv_req_t *req, void *data)
 
const char * uv_req_type_name (uv_req_type type)
 
size_t uv_stream_get_write_queue_size (const uv_stream_t *stream)
 
size_t uv_udp_get_send_queue_count (const uv_udp_t *handle)
 
size_t uv_udp_get_send_queue_size (const uv_udp_t *handle)
 

Macro Definition Documentation

◆ XX [1/2]

#define XX (   uc,
  lc 
)    case UV_##uc: return #lc;

◆ XX [2/2]

#define XX (   uc,
  lc 
)    case UV_##uc: return #lc;

Function Documentation

◆ uv_fs_get_path()

const char* uv_fs_get_path ( const uv_fs_t req)

Definition at line 84 of file uv-data-getter-setters.c.

◆ uv_fs_get_ptr()

void* uv_fs_get_ptr ( const uv_fs_t req)

Definition at line 80 of file uv-data-getter-setters.c.

◆ uv_fs_get_result()

ssize_t uv_fs_get_result ( const uv_fs_t req)

Definition at line 76 of file uv-data-getter-setters.c.

◆ uv_fs_get_statbuf()

uv_stat_t* uv_fs_get_statbuf ( uv_fs_t req)

Definition at line 88 of file uv-data-getter-setters.c.

◆ uv_fs_get_type()

uv_fs_type uv_fs_get_type ( const uv_fs_t req)

Definition at line 72 of file uv-data-getter-setters.c.

◆ uv_handle_get_data()

void* uv_handle_get_data ( const uv_handle_t handle)

Definition at line 19 of file uv-data-getter-setters.c.

◆ uv_handle_get_loop()

uv_loop_t* uv_handle_get_loop ( const uv_handle_t handle)

Definition at line 23 of file uv-data-getter-setters.c.

◆ uv_handle_get_type()

uv_handle_type uv_handle_get_type ( const uv_handle_t handle)

Definition at line 15 of file uv-data-getter-setters.c.

◆ uv_handle_set_data()

void uv_handle_set_data ( uv_handle_t handle,
void *  data 
)

Definition at line 27 of file uv-data-getter-setters.c.

◆ uv_handle_type_name()

const char* uv_handle_type_name ( uv_handle_type  type)

Definition at line 3 of file uv-data-getter-setters.c.

◆ uv_loop_get_data()

void* uv_loop_get_data ( const uv_loop_t loop)

Definition at line 92 of file uv-data-getter-setters.c.

◆ uv_loop_set_data()

void uv_loop_set_data ( uv_loop_t loop,
void *  data 
)

Definition at line 96 of file uv-data-getter-setters.c.

◆ uv_process_get_pid()

uv_pid_t uv_process_get_pid ( const uv_process_t proc)

Definition at line 68 of file uv-data-getter-setters.c.

◆ uv_req_get_data()

void* uv_req_get_data ( const uv_req_t req)

Definition at line 48 of file uv-data-getter-setters.c.

◆ uv_req_get_type()

uv_req_type uv_req_get_type ( const uv_req_t req)

Definition at line 44 of file uv-data-getter-setters.c.

◆ uv_req_set_data()

void uv_req_set_data ( uv_req_t req,
void *  data 
)

Definition at line 52 of file uv-data-getter-setters.c.

◆ uv_req_type_name()

const char* uv_req_type_name ( uv_req_type  type)

Definition at line 31 of file uv-data-getter-setters.c.

◆ uv_stream_get_write_queue_size()

size_t uv_stream_get_write_queue_size ( const uv_stream_t stream)

Definition at line 56 of file uv-data-getter-setters.c.

◆ uv_udp_get_send_queue_count()

size_t uv_udp_get_send_queue_count ( const uv_udp_t handle)

Definition at line 64 of file uv-data-getter-setters.c.

◆ uv_udp_get_send_queue_size()

size_t uv_udp_get_send_queue_size ( const uv_udp_t handle)

Definition at line 60 of file uv-data-getter-setters.c.



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