Searched refs:php_random_globals (Results 1 – 2 of 2) sorted by relevance
27 } php_random_globals; typedef41 # define RANDOM_G(v) ZEND_TSRMG(random_globals_id, php_random_globals *, v)45 extern PHPAPI php_random_globals random_globals;
50 php_random_globals random_globals;53 static void random_globals_ctor(php_random_globals *random_globals_p) in random_globals_ctor()58 static void random_globals_dtor(php_random_globals *random_globals_p) in random_globals_dtor()70 …ts_allocate_id(&random_globals_id, sizeof(php_random_globals), (ts_allocate_ctor)random_globals_ct… in PHP_MINIT_FUNCTION()
Completed in 6 milliseconds