sigfile           409 ext/phar/zip.c 			php_stream *sigfile;
sigfile           415 ext/phar/zip.c 			sigfile = php_stream_fopen_tmpfile();
sigfile           416 ext/phar/zip.c 			if (!sigfile) {
sigfile           422 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL);
sigfile           426 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL);
sigfile           428 ext/phar/zip.c 				php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len));
sigfile           434 ext/phar/zip.c 				php_stream_close(sigfile);
sigfile           439 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 TSRMLS_CC)) {
sigfile           443 ext/phar/zip.c 					php_stream_close(sigfile);
sigfile           448 ext/phar/zip.c 					php_stream_close(sigfile);
sigfile           452 ext/phar/zip.c 			php_stream_close(sigfile);