mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 16:35:20 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
107 lines
3.4 KiB
HTML
107 lines
3.4 KiB
HTML
<!-- Creator : groff version 1.22.4 -->
|
|
<!-- CreationDate: Sun Aug 22 23:03:26 2021 -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<meta name="Content-Style" content="text/css">
|
|
<style type="text/css">
|
|
p { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
|
pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
|
table { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
|
h1 { text-align: center }
|
|
</style>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<hr>
|
|
|
|
|
|
<p>ARCHIVE_READ_FREE(3) BSD Library Functions Manual
|
|
ARCHIVE_READ_FREE(3)</p>
|
|
|
|
<p style="margin-top: 1em"><b>NAME</b></p>
|
|
|
|
<p style="margin-left:6%;"><b>archive_read_close</b>,
|
|
<b>archive_read_finish</b>, <b>archive_read_free</b> —
|
|
functions for reading streaming archives</p>
|
|
|
|
<p style="margin-top: 1em"><b>LIBRARY</b></p>
|
|
|
|
<p style="margin-left:6%;">Streaming Archive Library
|
|
(libarchive, -larchive)</p>
|
|
|
|
<p style="margin-top: 1em"><b>SYNOPSIS</b></p>
|
|
|
|
<p style="margin-left:6%;"><b>#include
|
|
<archive.h></b></p>
|
|
|
|
<p style="margin-left:6%; margin-top: 1em"><i>int</i></p>
|
|
|
|
|
|
<p style="margin-left:12%;"><b>archive_read_close</b>(<i>struct archive *</i>);</p>
|
|
|
|
<p style="margin-left:6%; margin-top: 1em"><i>int</i></p>
|
|
|
|
|
|
<p style="margin-left:12%;"><b>archive_read_finish</b>(<i>struct archive *</i>);</p>
|
|
|
|
<p style="margin-left:6%; margin-top: 1em"><i>int</i></p>
|
|
|
|
|
|
<p style="margin-left:12%;"><b>archive_read_free</b>(<i>struct archive *</i>);</p>
|
|
|
|
<p style="margin-top: 1em"><b>DESCRIPTION <br>
|
|
archive_read_close</b>()</p>
|
|
|
|
<p style="margin-left:17%;">Complete the archive and invoke
|
|
the close callback.</p>
|
|
|
|
<p><b>archive_read_finish</b>()</p>
|
|
|
|
<p style="margin-left:17%;">This is a deprecated synonym
|
|
for <b>archive_read_free</b>(). The new name was introduced
|
|
with libarchive 3.0. Applications that need to compile with
|
|
either libarchive 2 or libarchive 3 should continue to use
|
|
the <b>archive_read_finish</b>() name. Both names will be
|
|
supported until libarchive 4.0 is released, which is not
|
|
expected to occur earlier than 2013.</p>
|
|
|
|
<p><b>archive_read_free</b>()</p>
|
|
|
|
<p style="margin-left:17%;">Invokes
|
|
<b>archive_read_close</b>() if it was not invoked manually,
|
|
then release all resources. Note: In libarchive 1.x, this
|
|
function was declared to return <i>void</i>, which made it
|
|
impossible to detect certain errors when
|
|
<b>archive_read_close</b>() was invoked implicitly from this
|
|
function. The declaration is corrected beginning with
|
|
libarchive 2.0.</p>
|
|
|
|
<p style="margin-top: 1em"><b>RETURN VALUES</b></p>
|
|
|
|
<p style="margin-left:6%;">These functions return
|
|
<b>ARCHIVE_OK</b> on success, or <b>ARCHIVE_FATAL</b>.</p>
|
|
|
|
<p style="margin-top: 1em"><b>ERRORS</b></p>
|
|
|
|
<p style="margin-left:6%;">Detailed error codes and textual
|
|
descriptions are available from the <b>archive_errno</b>()
|
|
and <b>archive_error_string</b>() functions.</p>
|
|
|
|
<p style="margin-top: 1em"><b>SEE ALSO</b></p>
|
|
|
|
<p style="margin-left:6%;">archive_read_data(3),
|
|
archive_read_filter(3), archive_read_format(3),
|
|
archive_read_new(3), archive_read_open(3),
|
|
archive_read_set_options(3), archive_util(3),
|
|
libarchive(3)</p>
|
|
|
|
<p style="margin-left:6%; margin-top: 1em">BSD
|
|
February 2, 2012 BSD</p>
|
|
<hr>
|
|
</body>
|
|
</html>
|