php_cgi_globals_id  198 sapi/cgi/cgi_main.c static int php_cgi_globals_id;
php_cgi_globals_id  199 sapi/cgi/cgi_main.c #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
php_cgi_globals_id 1801 sapi/cgi/cgi_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);
php_cgi_globals_id  199 sapi/fpm/fpm/fpm_main.c static int php_cgi_globals_id;
php_cgi_globals_id  200 sapi/fpm/fpm/fpm_main.c #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
php_cgi_globals_id 1527 sapi/fpm/fpm/fpm_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);