|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include "zutil.h"#include "infback9.h"#include "inftree9.h"#include "inflate9.h"#include "inffix9.h"Go to the source code of this file.
Macros | |
| #define | WSIZE 65536UL |
| #define | INITBITS() |
| #define | PULL() |
| #define | PULLBYTE() |
| #define | NEEDBITS(n) |
| #define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
| #define | DROPBITS(n) |
| #define | BYTEBITS() |
| #define | ROOM() |
Functions | |
| int ZEXPORT | inflateBack9Init_ (z_stream FAR *strm, unsigned char FAR *window, const char *version, int stream_size) |
| int ZEXPORT | inflateBack9 (z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) |
| int ZEXPORT | inflateBack9End (z_stream FAR *strm) |
| #define BITS | ( | n | ) | ((unsigned)hold & ((1U << (n)) - 1)) |
Definition at line 157 of file infback9.c.
| #define BYTEBITS | ( | ) |
Definition at line 168 of file infback9.c.
| #define DROPBITS | ( | n | ) |
Definition at line 161 of file infback9.c.
| #define INITBITS | ( | ) |
Definition at line 117 of file infback9.c.
| #define NEEDBITS | ( | n | ) |
Definition at line 150 of file infback9.c.
| #define PULL | ( | ) |
Definition at line 125 of file infback9.c.
| #define PULLBYTE | ( | ) |
| #define ROOM | ( | ) |
Definition at line 177 of file infback9.c.
| #define WSIZE 65536UL |
Definition at line 11 of file infback9.c.
| int ZEXPORT inflateBack9 | ( | z_stream FAR * | strm, |
| in_func | in, | ||
| void FAR * | in_desc, | ||
| out_func | out, | ||
| void FAR * | out_desc | ||
| ) |
Definition at line 217 of file infback9.c.
References BAD, BITS, bits(), code::bits, BYTEBITS, CODES, inflate_state::distbits, inflate_state::distcode, DISTS, DONE, DROPBITS, inflate_state::extra, FAR, inflate_state::have, inflate_state::hold, if(), inflate_table9(), INITBITS, last, len, LEN, inflate_state::lenbits, inflate_state::lencode, inflate_state::length, LENS, NEEDBITS, state::next, inflate_state::next, code::op, out, PULL, PULLBYTE, ROOM, STORED, inflate_state::strm, TABLE, Tracev, Tracevv, TYPE, code::val, inflate_state::window, inflate_state::wrap, WSIZE, Z_BUF_ERROR, z_const, Z_DATA_ERROR, Z_NULL, Z_STREAM_END, Z_STREAM_ERROR, and zmemcpy.
Definition at line 606 of file infback9.c.
References inflate_state::strm, Tracev, Z_NULL, Z_OK, Z_STREAM_ERROR, and ZFREE.
| int ZEXPORT inflateBack9Init_ | ( | z_stream FAR * | strm, |
| unsigned char FAR * | window, | ||
| const char * | version, | ||
| int | stream_size | ||
| ) |
Definition at line 19 of file infback9.c.
References FAR, inflate_state::strm, Tracev, inflate_state::window, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_ERROR, Z_VERSION_ERROR, ZALLOC, zcalloc(), zcfree(), and ZLIB_VERSION.