26 #define XX(uc,lc) case UV_##uc: return #lc;
54 #define XX(uc,lc) case UV_##uc: return #lc;
78 return stream->write_queue_size;
82 return handle->send_queue_size;
86 return handle->send_queue_count;
110 return &
req->statbuf;
static mcore_handle handle
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec req
void * uv_loop_get_data(const uv_loop_t *loop)
size_t uv_udp_get_send_queue_size(const uv_udp_t *handle)
size_t uv_stream_get_write_queue_size(const uv_stream_t *stream)
void * uv_req_get_data(const uv_req_t *req)
const char * uv_handle_type_name(uv_handle_type type)
void uv_loop_set_data(uv_loop_t *loop, void *data)
size_t uv_udp_get_send_queue_count(const uv_udp_t *handle)
const char * uv_req_type_name(uv_req_type type)
ssize_t uv_fs_get_result(const uv_fs_t *req)
void * uv_fs_get_ptr(const uv_fs_t *req)
uv_fs_type uv_fs_get_type(const uv_fs_t *req)
void uv_handle_set_data(uv_handle_t *handle, void *data)
void uv_req_set_data(uv_req_t *req, void *data)
uv_pid_t uv_process_get_pid(const uv_process_t *proc)
uv_loop_t * uv_handle_get_loop(const uv_handle_t *handle)
const char * uv_fs_get_path(const uv_fs_t *req)
uv_stat_t * uv_fs_get_statbuf(uv_fs_t *req)
uv_handle_type uv_handle_get_type(const uv_handle_t *handle)
uv_req_type uv_req_get_type(const uv_req_t *req)
void * uv_handle_get_data(const uv_handle_t *handle)
#define UV_REQ_TYPE_MAP(XX)
#define UV_HANDLE_TYPE_MAP(XX)