Home
last modified time | relevance | path

Searched refs:core_globals_id (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/main/
H A Dphp_globals.h29 # define PG(v) TSRMG(core_globals_id, php_core_globals *, v)
30 extern PHPAPI int core_globals_id;
H A Dmain.c126 PHPAPI int core_globals_id; variable
2153 …ts_allocate_id(&core_globals_id, sizeof(php_core_globals), (ts_allocate_ctor) core_globals_ctor, (… in php_module_startup()
2154 core_globals = ts_resource(core_globals_id); in php_module_startup()
2502 ts_free_id(core_globals_id); in php_module_shutdown()
/PHP-5.6/sapi/continuity/
H A Dcapi.c462 core_globals = ts_resource(core_globals_id); in phpFinit()
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c919 core_globals = ts_resource(core_globals_id); in php5_init()
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c1497 core_globals = ts_resource(core_globals_id); in main()

Completed in 39 milliseconds