ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

inflate.c File Reference
#include "zutil.h"
#include "inftrees.h"
#include "inflate.h"
#include "inffast.h"
#include "inffixed.h"

Go to the source code of this file.

Defines

#define UPDATE(check, buf, len)   (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
#define CRC2(check, word)
#define CRC4(check, word)
#define LOAD()
#define RESTORE()
#define INITBITS()
#define PULLBYTE()
#define NEEDBITS(n)
#define BITS(n)   ((unsigned)hold & ((1U << (n)) - 1))
#define DROPBITS(n)
#define BYTEBITS()
#define REVERSE(q)

Functions

local void fixedtables OF ((struct inflate_state FAR *state))
local int updatewindow OF ((z_streamp strm, unsigned out))
local unsigned syncsearch OF ((unsigned FAR *have, unsigned char FAR *buf, unsigned len))
int ZEXPORT inflateReset (z_streamp strm)
int ZEXPORT inflateReset2 (z_streamp strm, int windowBits)
int ZEXPORT inflateInit2_ (z_streamp strm, int windowBits, const char *version, int stream_size)
int ZEXPORT inflateInit_ (z_streamp strm, const char *version, int stream_size)
int ZEXPORT inflatePrime (z_streamp strm, int bits, int value)
local void fixedtables (struct inflate_state FAR *state)
local int updatewindow (z_streamp strm, unsigned out)
int ZEXPORT inflate (z_streamp strm, int flush)
int ZEXPORT inflateEnd (z_streamp strm)
int ZEXPORT inflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength)
int ZEXPORT inflateGetHeader (z_streamp strm, gz_headerp head)
local unsigned syncsearch (unsigned FAR *have, unsigned char FAR *buf, unsigned len)
int ZEXPORT inflateSync (z_streamp strm)
int ZEXPORT inflateSyncPoint (z_streamp strm)
int ZEXPORT inflateCopy (z_streamp dest, z_streamp source)
int ZEXPORT inflateUndermine (z_streamp strm, int subvert)
long ZEXPORT inflateMark (z_streamp strm)

Generated on Sun May 27 2012 06:00:15 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.