Searched refs:newfile (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/phar/ |
H A D | phar.c | 2596 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 D | tar.c | 1108 if (!newfile) { in phar_tar_flush() 1119 pass.new = newfile; in phar_tar_flush() 1168 php_stream_close(newfile); in phar_tar_flush() 1187 php_stream_close(newfile); in phar_tar_flush() 1221 php_stream_close(newfile); in phar_tar_flush() 1251 php_stream_close(newfile); in phar_tar_flush() 1267 php_stream_rewind(newfile); in phar_tar_flush() 1271 phar->fp = newfile; in phar_tar_flush() 1275 phar->fp = newfile; in phar_tar_flush() 1312 phar->fp = newfile; in phar_tar_flush() [all …]
|
H A D | zip.c | 1185 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 D | minilua.c | 6655 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 35 milliseconds