Home
last modified time | relevance | path

Searched refs:php_stream_fopen_tmpfile (Results 1 – 11 of 11) sorted by relevance

/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h42 #define php_stream_fopen_tmpfile() _php_stream_fopen_tmpfile(0 STREAMS_CC) macro
H A Dcast.c274 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()
388 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
H A Dmemory.c485 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
/php-src/ext/phar/
H A Dzip.c498 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()
999 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
1188 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1217 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1288 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1331 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1355 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1402 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1415 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
H A Dtar.c886 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()
996 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1035 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1058 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1103 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()
1189 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
H A Dutil.c396 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()
432 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
678 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()
790 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()
892 phar_set_entrypufp(entry, php_stream_fopen_tmpfile()); in phar_open_entry_fp()
H A Dphar.c1684 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()
1739 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()
2595 newfile = php_stream_fopen_tmpfile(); in phar_flush_ex()
2794 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush_ex()
H A Dphar_object.c1791 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
1872 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
2265 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
/php-src/docs-old/
H A Dstreams.md78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
/php-src/ext/ftp/
H A Dftp.c2012 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
/php-src/ext/standard/
H A Dfile.c716 stream = php_stream_fopen_tmpfile(); in PHP_FUNCTION()

Completed in 56 milliseconds