Home
last modified time | relevance | path

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

/PHP-5.3/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.c122 PHPAPI int core_globals_id; variable
1900 …ts_allocate_id(&core_globals_id, sizeof(php_core_globals), (ts_allocate_ctor) core_globals_ctor, (… in php_module_startup()
1901 core_globals = ts_resource(core_globals_id); in php_module_startup()
2212 ts_free_id(core_globals_id); in php_module_shutdown()
/PHP-5.3/sapi/continuity/
H A Dcapi.c463 core_globals = ts_resource(core_globals_id); in phpFinit()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c904 core_globals = ts_resource(core_globals_id); in main()
/PHP-5.3/sapi/nsapi/
H A Dnsapi.c924 core_globals = ts_resource(core_globals_id); in php5_init()

Completed in 28 milliseconds