Searched refs:php_random_globals (Results 1 – 2 of 2) sorted by relevance
32 } php_random_globals; typedef46 # define RANDOM_G(v) ZEND_TSRMG(random_globals_id, php_random_globals *, v)50 extern PHPAPI php_random_globals random_globals;
44 php_random_globals random_globals;47 static void random_globals_ctor(php_random_globals *random_globals_p) in random_globals_ctor()52 static void random_globals_dtor(php_random_globals *random_globals_p) in random_globals_dtor()64 …ts_allocate_id(&random_globals_id, sizeof(php_random_globals), (ts_allocate_ctor)random_globals_ct… in PHP_MINIT_FUNCTION()
Completed in 5 milliseconds