Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h46 #define php_stream_fopen_tmpfile() _php_stream_fopen_tmpfile(0 STREAMS_CC TSRMLS_CC) macro
H A Dcast.c280 newstream = php_stream_fopen_tmpfile(); in _php_stream_cast()
392 *newstream = php_stream_fopen_tmpfile(); in _php_stream_make_seekable()
H A Dmemory.c376 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write()
503 file = php_stream_fopen_tmpfile(); in php_stream_temp_cast()
/PHP-5.5/ext/phar/
H A Dzip.c415 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()
894 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply()
1090 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1119 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1195 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1273 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1310 entry.fp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1364 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1377 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
H A Dtar.c868 entry->fp = php_stream_fopen_tmpfile(); in phar_tar_setmetadata()
977 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1045 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1073 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
1125 newfile = php_stream_fopen_tmpfile(); in phar_tar_flush()
1211 entry.fp = php_stream_fopen_tmpfile(); in phar_tar_flush()
H A Dutil.c564 etemp.fp = php_stream_fopen_tmpfile(); in phar_get_or_create_entry_data()
669 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()
747 phar_set_entrypufp(entry, php_stream_fopen_tmpfile() TSRMLS_CC); in phar_open_entry_fp()
842 entry->fp = php_stream_fopen_tmpfile(); in phar_create_writeable_entry()
878 fp = php_stream_fopen_tmpfile(); in phar_separate_entry_fp()
H A Dphar.c1617 if (!(temp = php_stream_fopen_tmpfile())) {
1668 if (!(temp = php_stream_fopen_tmpfile())) {
2627 newfile = php_stream_fopen_tmpfile();
2877 entry->cfp = php_stream_fopen_tmpfile();
H A Dphar_object.c1830 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
1914 pass.fp = php_stream_fopen_tmpfile(); in PHP_METHOD()
2253 phar->fp = php_stream_fopen_tmpfile(); in phar_convert_to_other()
/PHP-5.5/
H A DREADME.STREAMS79 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
/PHP-5.5/ext/ftp/
H A Dftp.c1620 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
/PHP-5.5/ext/standard/
H A Dfile.c850 stream = php_stream_fopen_tmpfile(); in PHP_NAMED_FUNCTION()

Completed in 57 milliseconds