Home
last modified time | relevance | path

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

/PHP-5.5/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
2064 …ts_allocate_id(&core_globals_id, sizeof(php_core_globals), (ts_allocate_ctor) core_globals_ctor, (… in php_module_startup()
2065 core_globals = ts_resource(core_globals_id); in php_module_startup()
2414 ts_free_id(core_globals_id); in php_module_shutdown()
/PHP-5.5/sapi/continuity/
H A Dcapi.c462 core_globals = ts_resource(core_globals_id); in phpFinit()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1058 core_globals = ts_resource(core_globals_id); in main()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c919 core_globals = ts_resource(core_globals_id); in php5_init()

Completed in 23 milliseconds