Functions
libuv/src/random.c File Reference
#include "uv.h"
#include "uv-common.h"
#include "unix/internal.h"
Include dependency graph for libuv/src/random.c:

Go to the source code of this file.

Functions

static int uv__random (void *buf, size_t buflen)
 
static void uv__random_done (struct uv__work *w, int status)
 
static void uv__random_work (struct uv__work *w)
 
int uv_random (uv_loop_t *loop, uv_random_t *req, void *buf, size_t buflen, unsigned flags, uv_random_cb cb)
 

Function Documentation

◆ uv__random()

static int uv__random ( void *  buf,
size_t  buflen 
)
static

Definition at line 31 of file libuv/src/random.c.

◆ uv__random_done()

static void uv__random_done ( struct uv__work w,
int  status 
)
static

Definition at line 81 of file libuv/src/random.c.

◆ uv__random_work()

static void uv__random_work ( struct uv__work w)
static

Definition at line 73 of file libuv/src/random.c.

◆ uv_random()

int uv_random ( uv_loop_t loop,
uv_random_t req,
void *  buf,
size_t  buflen,
unsigned  flags,
uv_random_cb  cb 
)

Definition at line 94 of file libuv/src/random.c.



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