Lines Matching refs:PG

619 	int filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;  in cgi_php_load_env_var()
629 if (PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
630 array_ptr != PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
631 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in cgi_php_import_environment_variables()
632 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
635 *array_ptr = *PG(http_globals)[TRACK_VARS_ENV]; in cgi_php_import_environment_variables()
639 } else if (PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
640 array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && in cgi_php_import_environment_variables()
641 Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in cgi_php_import_environment_variables()
642 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
645 *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER]; in cgi_php_import_environment_variables()
809 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
814 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
820 entry->expires = request_time + PG(user_ini_cache_ttl);
858 (PG(user_ini_filename) && *PG(user_ini_filename))
879 if (PG(user_ini_filename) && *PG(user_ini_filename)) {
1200 if (!env_document_root && PG(doc_root)) {
1201 env_document_root = CGI_PUTENV("DOCUMENT_ROOT", PG(doc_root));
2278 int slen = strlen(PG(arg_separator).input);
2294 strlcat(s, PG(arg_separator).input, len);
2457 PG(during_request_startup) = 0;