OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:random_cb
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-random.c
31
static void
random_cb
(uv_random_t* req, int status, void* buf, size_t buflen) {
function
58
random_cb
));
59
ASSERT_EQ(UV_E2BIG, uv_random(loop, &req, scratch, -1, -1,
random_cb
));
61
ASSERT_OK(uv_random(loop, &req, scratch, 0, 0,
random_cb
));
67
ASSERT_OK(uv_random(loop, &req, scratch, sizeof(scratch), 0,
random_cb
));
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026