Searched refs:php_win32_core_globals (Results 1 – 4 of 4) sorted by relevance
24 php_win32_core_globals the_php_win32_core_globals;29 php_win32_core_globals *wg = (php_win32_core_globals*)vg; in php_win32_core_globals_ctor()39 php_win32_core_globals *wg = (php_win32_core_globals*)vg; in php_win32_core_globals_dtor()
24 typedef struct _php_win32_core_globals php_win32_core_globals; typedef27 # define PW32G(v) ZEND_TSRMG(php_win32_core_globals_id, php_win32_core_globals*, v)
296 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor)php_w… in PHP_MINIT_FUNCTION()
2152 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor) php_… in php_module_startup()
Completed in 23 milliseconds