sigfile           397 ext/phar/zip.c 			php_stream *sigfile;
sigfile           403 ext/phar/zip.c 			sigfile = php_stream_fopen_tmpfile();
sigfile           404 ext/phar/zip.c 			if (!sigfile) {
sigfile           410 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL);
sigfile           414 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL);
sigfile           416 ext/phar/zip.c 				php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len));
sigfile           422 ext/phar/zip.c 				php_stream_close(sigfile);
sigfile           427 ext/phar/zip.c 			if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8, entry.uncompressed_filesize - 8, fname, &mydata->signature, &mydata->sig_len, error)) {
sigfile           431 ext/phar/zip.c 					php_stream_close(sigfile);
sigfile           436 ext/phar/zip.c 					php_stream_close(sigfile);
sigfile           440 ext/phar/zip.c 			php_stream_close(sigfile);