TRACK_VARS_ENV    433 ext/filter/filter.c 		PARSE_CASE(PARSE_ENV,     env_array,     TRACK_VARS_ENV)
TRACK_VARS_ENV    551 ext/filter/filter.c 			array_ptr = IF_G(env_array) ? IF_G(env_array) : PG(http_globals)[TRACK_VARS_ENV];
TRACK_VARS_ENV    769 main/php_variables.c 	if (PG(http_globals)[TRACK_VARS_ENV]) {
TRACK_VARS_ENV    770 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]);
TRACK_VARS_ENV    772 main/php_variables.c 	PG(http_globals)[TRACK_VARS_ENV] = env_vars;
TRACK_VARS_ENV    775 main/php_variables.c 		php_import_environment_variables(PG(http_globals)[TRACK_VARS_ENV] TSRMLS_CC);
TRACK_VARS_ENV    778 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_ENV], sizeof(zval *), NULL);
TRACK_VARS_ENV    779 main/php_variables.c 	Z_ADDREF_P(PG(http_globals)[TRACK_VARS_ENV]);
TRACK_VARS_ENV    619 sapi/cgi/cgi_main.c 	int filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
TRACK_VARS_ENV    629 sapi/cgi/cgi_main.c 	if (PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    630 sapi/cgi/cgi_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    631 sapi/cgi/cgi_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
TRACK_VARS_ENV    632 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
TRACK_VARS_ENV    635 sapi/cgi/cgi_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
TRACK_VARS_ENV    574 sapi/fpm/fpm/fpm_main.c 	if (PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    575 sapi/fpm/fpm/fpm_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    576 sapi/fpm/fpm/fpm_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
TRACK_VARS_ENV    577 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
TRACK_VARS_ENV    580 sapi/fpm/fpm/fpm_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
TRACK_VARS_ENV    600 sapi/fpm/fpm/fpm_main.c 	filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
TRACK_VARS_ENV    204 sapi/litespeed/lsapi_main.c 	int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))
TRACK_VARS_ENV    207 sapi/litespeed/lsapi_main.c     int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
TRACK_VARS_ENV    247 sapi/litespeed/lsapi_main.c     if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
TRACK_VARS_ENV    248 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
TRACK_VARS_ENV    249 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0
TRACK_VARS_ENV    252 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]);
TRACK_VARS_ENV    263 sapi/litespeed/lsapi_main.c     if (PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    264 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
TRACK_VARS_ENV    265 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
TRACK_VARS_ENV    266 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
TRACK_VARS_ENV    269 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_ENV];