Home
last modified time | relevance | path

Searched refs:ts_resource (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/TSRM/
H A DTSRM.h99 #define ts_resource(id) ts_resource_ex(id, NULL) macro
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c1492 compiler_globals = ts_resource(compiler_globals_id); in main()
1493 executor_globals = ts_resource(executor_globals_id); in main()
1494 core_globals = ts_resource(core_globals_id); in main()
1495 sapi_globals = ts_resource(sapi_globals_id); in main()
/PHP-8.3/Zend/
H A Dzend_ini.h254 # define ZEND_INI_GET_BASE() ((char *) ts_resource(*((int *) mh_arg2)))
H A Dzend.c993 compiler_globals = ts_resource(compiler_globals_id); in zend_startup()
994 executor_globals = ts_resource(executor_globals_id); in zend_startup()
1064 zend_compiler_globals *compiler_globals = ts_resource(compiler_globals_id); in zend_post_startup()
1065 zend_executor_globals *executor_globals = ts_resource(executor_globals_id); in zend_post_startup()
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c597 (void)ts_resource(0); in php_handler()
/PHP-8.3/main/
H A Dmain.c2086 (void)ts_resource(0); in php_module_startup()
2699 (void)ts_resource(0); in php_tsrm_startup_ex()

Completed in 28 milliseconds