Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Drandom.c559 int fd = RANDOM_G(random_fd);
597 RANDOM_G(random_fd) = fd;
825 random_globals->random_fd = -1;
838 if (random_globals->random_fd >= 0) {
839 close(random_globals->random_fd);
840 random_globals->random_fd = -1;
H A Dphp_random.h321 int random_fd; variable

Completed in 12 milliseconds