Home
last modified time | relevance | path

Searched refs:fd_random (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/plat/unix/
Dunix-init.c127 context->fd_random = fd; in lws_plat_init()
128 if (context->fd_random < 0) { in lws_plat_init()
130 SYSTEM_RANDOM_FILEPATH, context->fd_random); in lws_plat_init()
177 if (!context->fd_random) in lws_plat_context_late_destroy()
179 if (context->fd_random != LWS_INVALID_FILE) in lws_plat_context_late_destroy()
180 close(context->fd_random); in lws_plat_context_late_destroy()
Dunix-misc.c58 return (size_t)read(context->fd_random, (char *)buf, len); in lws_get_random()
/external/libwebsockets/lib/plat/windows/
Dwindows-init.c82 context->fd_random = 0; in lws_plat_init()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h484 int fd_random; member