php_stream_temp_create  394 ext/dba/libinifile/inifile.c 	if ((fp = php_stream_temp_create(0, 64 * 1024)) == NULL) {
php_stream_temp_create  492 ext/dba/libinifile/inifile.c 		fp_tmp = php_stream_temp_create(0, 64 * 1024);
php_stream_temp_create  204 ext/standard/php_fopen_wrapper.c 		return php_stream_temp_create(mode_rw, max_memory);
php_stream_temp_create   37 main/php_memory_streams.h #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)