Searched refs:php_random_status_alloc (Results 1 – 3 of 3) sorted by relevance
151 PHPAPI void *php_random_status_alloc(const php_random_algo *algo, const bool persistent);
238 PHPAPI void *php_random_status_alloc(const php_random_algo *algo, const bool persistent) in php_random_status_alloc() function262 .state = php_random_status_alloc(algo, false) in php_random_engine_common_init()
40 php_random_status_state_user *state = php_random_status_alloc(&php_random_algo_user, false); in randomizer_common_init()
Completed in 21 milliseconds