Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a74ec78bdb789d910d054e3918f3f007 > files > 353

libsword1-devel-1.5.5-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>infblock.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>infblock.h</h1><div class="fragment"><pre>00001 <font class="comment">/* infblock.h -- header to use infblock.c</font>
00002 <font class="comment"> * Copyright (C) 1995-1998 Mark Adler</font>
00003 <font class="comment"> * For conditions of distribution and use, see copyright notice in zlib.h </font>
00004 <font class="comment"> */</font>
00005 
00006 <font class="comment">/* WARNING: this file should *not* be used by applications. It is</font>
00007 <font class="comment">   part of the implementation of the compression library and is</font>
00008 <font class="comment">   subject to change. Applications should only use zlib.h.</font>
00009 <font class="comment"> */</font>
00010 
00011 <font class="keyword">struct </font>inflate_blocks_state;
00012 <font class="keyword">typedef</font> <font class="keyword">struct </font>inflate_blocks_state FAR inflate_blocks_statef;
00013 
00014 <font class="keyword">extern</font> inflate_blocks_statef * inflate_blocks_new OF((
00015     z_streamp z,
00016     check_func c,               <font class="comment">/* check function */</font>
00017     uInt w));                   <font class="comment">/* window size */</font>
00018 
00019 <font class="keyword">extern</font> <font class="keywordtype">int</font> inflate_blocks OF((
00020     inflate_blocks_statef *,
00021     z_streamp ,
00022     <font class="keywordtype">int</font>));                      <font class="comment">/* initial return code */</font>
00023 
00024 <font class="keyword">extern</font> <font class="keywordtype">void</font> inflate_blocks_reset OF((
00025     inflate_blocks_statef *,
00026     z_streamp ,
00027     uLongf *));                  <font class="comment">/* check value on output */</font>
00028 
00029 <font class="keyword">extern</font> <font class="keywordtype">int</font> inflate_blocks_free OF((
00030     inflate_blocks_statef *,
00031     z_streamp));
00032 
00033 <font class="keyword">extern</font> <font class="keywordtype">void</font> inflate_set_dictionary OF((
00034     inflate_blocks_statef *s,
00035     <font class="keyword">const</font> Bytef *d,  <font class="comment">/* dictionary */</font>
00036     uInt  n));       <font class="comment">/* dictionary length */</font>
00037 
00038 <font class="keyword">extern</font> <font class="keywordtype">int</font> inflate_blocks_sync_point OF((
00039     inflate_blocks_statef *s));
</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>