Searched refs:php_stream_fopen_tmpfile (Results 1 – 11 of 11) sorted by relevance
42 #define php_stream_fopen_tmpfile() _php_stream_fopen_tmpfile(0 STREAMS_CC) macro
269 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()383 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
480 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
433 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()946 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()1135 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1164 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1237 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1324 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1353 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1400 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()1413 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
891 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()1000 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1082 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1110 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1155 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()1241 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
552 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()
1679 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()1734 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()2599 newfile = php_stream_fopen_tmpfile(); in phar_flush()2839 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush()
1768 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()1849 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()2240 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
1966 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
858 stream = php_stream_fopen_tmpfile(); in PHP_FUNCTION()
Completed in 77 milliseconds