Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dphp_stream_plain_wrapper.h44 #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()
381 *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-7.3/ext/phar/
H A Dzip.c403 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()
915 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
1116 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1145 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1220 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1307 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1336 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1383 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1396 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
H A Dtar.c887 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()
996 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1078 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1106 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1151 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()
1237 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
H A Dutil.c554 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()
659 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()
737 phar_set_entrypufp(entry, php_stream_fopen_tmpfile()); in phar_open_entry_fp()
832 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()
868 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
H A Dphar.c1645 if (!(temp = php_stream_fopen_tmpfile())) {
1696 if (!(temp = php_stream_fopen_tmpfile())) {
2565 newfile = php_stream_fopen_tmpfile();
2815 entry->cfp = php_stream_fopen_tmpfile();
H A Dphar_object.c1800 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
1888 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
2280 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
/PHP-7.3/
H A DREADME.STREAMS78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
/PHP-7.3/ext/ftp/
H A Dftp.c2001 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
/PHP-7.3/ext/standard/
H A Dfile.c861 stream = php_stream_fopen_tmpfile(); in PHP_NAMED_FUNCTION()

Completed in 75 milliseconds