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) |
|
static |
Definition at line 31 of file libuv/src/random.c.
Definition at line 81 of file libuv/src/random.c.
|
static |
Definition at line 73 of file libuv/src/random.c.
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.