Searched refs:random_fd (Results 1 – 3 of 3) sorted by relevance
149 int fd = RANDOM_G(random_fd); in php_random_bytes()185 RANDOM_G(random_fd) = fd; in php_random_bytes()
624 random_globals->random_fd = -1;637 if (random_globals->random_fd >= 0) {638 close(random_globals->random_fd);639 random_globals->random_fd = -1;
348 int random_fd; variable
Completed in 7 milliseconds