Searched refs:php_win32_core_globals (Results 1 – 4 of 4) sorted by relevance
26 php_win32_core_globals the_php_win32_core_globals;31 php_win32_core_globals *wg = (php_win32_core_globals*)vg; in php_win32_core_globals_ctor()41 php_win32_core_globals *wg = (php_win32_core_globals*)vg; in php_win32_core_globals_dtor()
26 typedef struct _php_win32_core_globals php_win32_core_globals; typedef29 # define PW32G(v) ZEND_TSRMG(php_win32_core_globals_id, php_win32_core_globals*, v)
2165 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor) php_… in php_module_startup()
3615 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor)php_w… in PHP_MINIT_FUNCTION()
Completed in 31 milliseconds