Lines Matching refs:oldfile

2514 	php_stream *file, *oldfile, *newfile, *stubfile;  in phar_flush()  local
2552 oldfile = phar->fp; in phar_flush()
2554 php_stream_rewind(oldfile); in phar_flush()
2556 oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); in phar_flush()
2557 closeoldfile = oldfile != NULL; in phar_flush()
2565 php_stream_close(oldfile); in phar_flush()
2576 php_stream_close(oldfile); in phar_flush()
2593 php_stream_close(oldfile); in phar_flush()
2611 php_stream_close(oldfile); in phar_flush()
2628 php_stream_close(oldfile); in phar_flush()
2646 if (!user_stub && phar->halt_offset && oldfile && !phar->is_brandnew) { in phar_flush()
2647 php_stream_copy_to_stream_ex(oldfile, newfile, phar->halt_offset, &written); in phar_flush()
2657 php_stream_close(oldfile); in phar_flush()
2742 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2763 php_stream_close(oldfile); in phar_flush()
2786 php_stream_close(oldfile); in phar_flush()
2813 php_stream_close(oldfile); in phar_flush()
2824 php_stream_close(oldfile); in phar_flush()
2835 php_stream_close(oldfile); in phar_flush()
2894 php_stream_close(oldfile); in phar_flush()
2915 php_stream_close(oldfile); in phar_flush()
2950 php_stream_close(oldfile); in phar_flush()
2984 php_stream_close(oldfile); in phar_flush()
3000 php_stream_close(oldfile); in phar_flush()
3027 php_stream_close(oldfile); in phar_flush()
3039 php_stream_close(oldfile); in phar_flush()
3053 php_stream_close(oldfile); in phar_flush()
3116 php_stream_close(oldfile); in phar_flush()
3151 php_stream_close(oldfile); in phar_flush()