Searched refs:oldfile (Results 1 – 3 of 3) sorted by relevance
968 php_stream *oldfile, *newfile; in phar_tar_flush() local1099 oldfile = phar->fp; in phar_tar_flush()1101 php_stream_rewind(oldfile); in phar_tar_flush()1113 php_stream_close(oldfile); in phar_tar_flush()1118 pass.old = oldfile; in phar_tar_flush()1129 php_stream_close(oldfile); in phar_tar_flush()1164 php_stream_close(oldfile); in phar_tar_flush()1184 php_stream_close(oldfile); in phar_tar_flush()1219 php_stream_close(oldfile); in phar_tar_flush()1232 php_stream_close(oldfile); in phar_tar_flush()[all …]
2589 oldfile = phar->fp; in phar_flush_ex()2591 php_stream_rewind(oldfile); in phar_flush_ex()2602 php_stream_close(oldfile); in phar_flush_ex()2612 php_stream_close(oldfile); in phar_flush_ex()2630 php_stream_close(oldfile); in phar_flush_ex()2653 php_stream_close(oldfile); in phar_flush_ex()2756 php_stream_close(oldfile); in phar_flush_ex()2776 php_stream_close(oldfile); in phar_flush_ex()2884 php_stream_close(oldfile); in phar_flush_ex()2905 php_stream_close(oldfile); in phar_flush_ex()[all …]
1259 php_stream *oldfile; in phar_zip_flush() local1392 oldfile = phar->fp; in phar_zip_flush()1394 php_stream_rewind(oldfile); in phar_zip_flush()1396 oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); in phar_zip_flush()1397 must_close_old_file = oldfile != NULL; in phar_zip_flush()1401 pass.old = oldfile; in phar_zip_flush()1407 php_stream_close(oldfile); in phar_zip_flush()1448 php_stream_close(oldfile); in phar_zip_flush()1525 php_stream_close(oldfile); in phar_zip_flush()1540 php_stream_close(oldfile); in phar_zip_flush()
Completed in 20 milliseconds