Home
last modified time | relevance | path

Searched refs:newfile (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/phar/
H A Dphar.c2596 if (!newfile) { in phar_flush_ex()
2613 php_stream_close(newfile); in phar_flush_ex()
2631 php_stream_close(newfile); in phar_flush_ex()
2654 php_stream_close(newfile); in phar_flush_ex()
2886 php_stream_close(newfile); in phar_flush_ex()
2907 php_stream_close(newfile); in phar_flush_ex()
3150 php_stream_rewind(newfile); in phar_flush_ex()
3154 phar->fp = newfile; in phar_flush_ex()
3158 phar->fp = newfile; in phar_flush_ex()
3187 phar->fp = newfile; in phar_flush_ex()
[all …]
H A Dtar.c1104 if (!newfile) { in phar_tar_flush()
1115 pass.new = newfile; in phar_tar_flush()
1164 php_stream_close(newfile); in phar_tar_flush()
1183 php_stream_close(newfile); in phar_tar_flush()
1217 php_stream_close(newfile); in phar_tar_flush()
1247 php_stream_close(newfile); in phar_tar_flush()
1263 php_stream_rewind(newfile); in phar_tar_flush()
1267 phar->fp = newfile; in phar_tar_flush()
1271 phar->fp = newfile; in phar_tar_flush()
1308 phar->fp = newfile; in phar_tar_flush()
[all …]
H A Dzip.c1185 php_stream *newfile; in phar_zip_applysignature() local
1188 newfile = php_stream_fopen_tmpfile(); in phar_zip_applysignature()
1189 if (newfile == NULL) { in phar_zip_applysignature()
1196 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature()
1199 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
1201 …php_stream_write(newfile, ZSTR_VAL(phar->metadata_tracker.str), ZSTR_LEN(phar->metadata_tracker.st… in phar_zip_applysignature()
1204 if (FAILURE == phar_create_signature(phar, newfile, &signature, &signature_length, pass->error)) { in phar_zip_applysignature()
1211 php_stream_close(newfile); in phar_zip_applysignature()
1234 php_stream_close(newfile); in phar_zip_applysignature()
1243 php_stream_close(newfile); in phar_zip_applysignature()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6655 static FILE**newfile(lua_State*L){
6699 FILE**pf=newfile(L);
6715 FILE**pf=newfile(L);
6753 FILE**pf=newfile(L);
6939 *newfile(L)=f;

Completed in 43 milliseconds