Searched refs:php_stream_fopen_tmpfile (Results 1 – 11 of 11) sorted by relevance
46 #define php_stream_fopen_tmpfile() _php_stream_fopen_tmpfile(0 STREAMS_CC) macro
271 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()383 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
504 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
403 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()914 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()1115 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1144 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1219 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1311 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1348 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()
872 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()978 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1060 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1088 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1140 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()1226 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
563 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()668 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()746 phar_set_entrypufp(entry, php_stream_fopen_tmpfile()); in phar_open_entry_fp()841 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()877 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
1633 if (!(temp = php_stream_fopen_tmpfile())) {1684 if (!(temp = php_stream_fopen_tmpfile())) {2566 newfile = php_stream_fopen_tmpfile();2816 entry->cfp = php_stream_fopen_tmpfile();
1862 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()1950 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()2298 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
79 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
1803 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
843 stream = php_stream_fopen_tmpfile(); in PHP_NAMED_FUNCTION()
Completed in 74 milliseconds