Home
last modified time | relevance | path

Searched refs:random_fd (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/random/
H A Dcsprng.c149 int fd = RANDOM_G(random_fd); in php_random_bytes()
185 RANDOM_G(random_fd) = fd; in php_random_bytes()
H A Drandom.c624 random_globals->random_fd = -1;
637 if (random_globals->random_fd >= 0) {
638 close(random_globals->random_fd);
639 random_globals->random_fd = -1;
H A Dphp_random.h348 int random_fd; variable

Completed in 12 milliseconds