Rizin
unix-like reverse engineering framework and cli tools
uv_random_s Struct Reference

#include <uv.h>

Public Attributes

UV_REQ_FIELDS uv_loop_tloop
 
int status
 
void * buf
 
size_t buflen
 
uv_random_cb cb
 
struct uv__work work_req
 

Detailed Description

Definition at line 1644 of file uv.h.

Member Data Documentation

◆ buf

void* uv_random_s::buf

Definition at line 1650 of file uv.h.

◆ buflen

size_t uv_random_s::buflen

Definition at line 1651 of file uv.h.

◆ cb

uv_random_cb uv_random_s::cb

Definition at line 1652 of file uv.h.

◆ loop

UV_REQ_FIELDS uv_loop_t* uv_random_s::loop

Definition at line 1647 of file uv.h.

◆ status

int uv_random_s::status

Definition at line 1649 of file uv.h.

◆ work_req

struct uv__work uv_random_s::work_req

Definition at line 1652 of file uv.h.


The documentation for this struct was generated from the following file: