Home
last modified time | relevance | path

Searched refs:core_globals_offset (Results 1 – 2 of 2) sorted by relevance

/php-src/main/
H A Dphp_globals.h27 # define PG(v) ZEND_TSRMG_FAST(core_globals_offset, php_core_globals *, v)
29 extern PHPAPI size_t core_globals_offset;
H A Dmain.c94 PHPAPI size_t core_globals_offset; variable
2094 …ts_allocate_fast_id(&core_globals_id, &core_globals_offset, sizeof(php_core_globals), (ts_allocate… in php_module_startup()

Completed in 17 milliseconds