#include "pcl/surface/3rdparty/opennurbs/zutil.h"#include "pcl/surface/3rdparty/opennurbs/inftrees.h"#include "pcl/surface/3rdparty/opennurbs/inflate.h"#include "pcl/surface/3rdparty/opennurbs/inffast.h"#include "pcl/surface/3rdparty/opennurbs/inffixed.h"
Go to the source code of this file.
Defines | |
| #define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
| #define | BYTEBITS() |
| #define | DROPBITS(n) |
| #define | INITBITS() |
| #define | LOAD() |
| #define | NEEDBITS(n) |
| #define | PULLBYTE() |
| #define | RESTORE() |
| #define | REVERSE(q) |
| #define | UPDATE(check, buf, len) adler32(check, buf, len) |
Functions | |
| local void | fixedtables (struct inflate_state FAR *state) |
| int ZEXPORT | inflate (z_streamp strm, int flush) |
| int ZEXPORT | inflateCopy (z_streamp dest, z_streamp source) |
| int ZEXPORT | inflateEnd (z_streamp strm) |
| int ZEXPORT | inflateGetHeader (z_streamp strm, gz_headerp head) |
| 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) |
| int ZEXPORT | inflateReset (z_streamp strm) |
| int ZEXPORT | inflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength) |
| int ZEXPORT | inflateSync (z_streamp strm) |
| int ZEXPORT | inflateSyncPoint (z_streamp strm) |
| 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)) |
| local unsigned | syncsearch (unsigned FAR *have, unsigned char FAR *buf, unsigned len) |
| local int | updatewindow (z_streamp strm, unsigned out) |
| #define BYTEBITS | ( | ) |
| #define INITBITS | ( | ) |
| #define LOAD | ( | ) |
| #define PULLBYTE | ( | ) |
| #define RESTORE | ( | ) |
| #define REVERSE | ( | q | ) |
| local void fixedtables | ( | struct inflate_state FAR * | state | ) |
| int ZEXPORT inflateCopy | ( | z_streamp | dest, |
| z_streamp | source | ||
| ) |
| int ZEXPORT inflateEnd | ( | z_streamp | strm | ) |
| int ZEXPORT inflateGetHeader | ( | z_streamp | strm, |
| gz_headerp | head | ||
| ) |
| 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 | ||
| ) |
| int ZEXPORT inflateReset | ( | z_streamp | strm | ) |
| int ZEXPORT inflateSetDictionary | ( | z_streamp | strm, |
| const Bytef * | dictionary, | ||
| uInt | dictLength | ||
| ) |
| int ZEXPORT inflateSync | ( | z_streamp | strm | ) |
| int ZEXPORT inflateSyncPoint | ( | z_streamp | strm | ) |
| 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) | ) |
| local unsigned syncsearch | ( | unsigned FAR * | have, |
| unsigned char FAR * | buf, | ||
| unsigned | len | ||
| ) |
| local int updatewindow | ( | z_streamp | strm, |
| unsigned | out | ||
| ) |