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
274 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()388 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
485 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
466 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()968 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()1157 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1186 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()1258 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1341 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1370 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()1417 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()1430 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
884 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()993 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1071 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1099 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()1144 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()1230 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
562 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()667 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()745 phar_set_entrypufp(entry, php_stream_fopen_tmpfile()); in phar_open_entry_fp()840 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()876 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
1682 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()1737 if (!(temp = php_stream_fopen_tmpfile())) { in phar_open_from_fp()2595 newfile = php_stream_fopen_tmpfile(); in phar_flush()2831 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush()
1783 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()1864 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()2257 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
1991 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
728 stream = php_stream_fopen_tmpfile(); in PHP_FUNCTION()
Completed in 50 milliseconds