Home
last modified time | relevance | path

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

/PHP-8.0/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.c269 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()
383 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
H A Dmemory.c511 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
/PHP-8.0/ext/phar/
H A Dzip.c432 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()
948 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
1137 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1166 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1239 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1326 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.c890 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()
999 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1081 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1109 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1154 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()
1240 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
H A Dutil.c552 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()
657 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()
735 phar_set_entrypufp(entry, php_stream_fopen_tmpfile()); in phar_open_entry_fp()
830 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()
866 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
H A Dphar.c1688 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()
1743 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()
2610 newfile = php_stream_fopen_tmpfile(); in phar_flush()
2853 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush()
H A Dphar_object.c1783 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
1870 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
2261 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
/PHP-8.0/docs/
H A Dstreams.md78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
/PHP-8.0/ext/ftp/
H A Dftp.c1969 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
/PHP-8.0/ext/standard/
H A Dfile.c849 stream = php_stream_fopen_tmpfile(); in PHP_FUNCTION()

Completed in 77 milliseconds