Home
last modified time | relevance | path

Searched refs:oldfile (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/phar/
H A Dtar.c968 php_stream *oldfile, *newfile; in phar_tar_flush() local
1099 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 …]
H A Dphar.c2588 oldfile = phar->fp; in phar_flush_ex()
2590 php_stream_rewind(oldfile); in phar_flush_ex()
2601 php_stream_close(oldfile); in phar_flush_ex()
2611 php_stream_close(oldfile); in phar_flush_ex()
2629 php_stream_close(oldfile); in phar_flush_ex()
2652 php_stream_close(oldfile); in phar_flush_ex()
2755 php_stream_close(oldfile); in phar_flush_ex()
2775 php_stream_close(oldfile); in phar_flush_ex()
2883 php_stream_close(oldfile); in phar_flush_ex()
2904 php_stream_close(oldfile); in phar_flush_ex()
[all …]
H A Dzip.c1259 php_stream *oldfile; in phar_zip_flush() local
1392 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 38 milliseconds