upload_tmp_dir    234 ext/standard/php_fopen_wrapper.c 			input->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
upload_tmp_dir    282 main/SAPI.c    	SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
upload_tmp_dir    607 main/main.c    	STD_PHP_INI_ENTRY("upload_tmp_dir",			NULL,		PHP_INI_SYSTEM,		OnUpdateStringUnempty,	upload_tmp_dir,			php_core_globals,	core_globals)
upload_tmp_dir     90 main/php_globals.h 	char *upload_tmp_dir;
upload_tmp_dir   1014 main/rfc1867.c 					fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, 1 TSRMLS_CC);