deflate_state
deflate_state *ds;
deflate_state *ss;
ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
zmemzero(ds, sizeof(deflate_state));
zmemcpy(ds, ss, sizeof(deflate_state));
local uInt longest_match(deflate_state *s, IPos cur_match) {
local uInt longest_match(deflate_state *s, IPos cur_match) {
local void check_match(deflate_state *s, IPos start, IPos match, int length) {
local block_state deflate_stored(deflate_state *s, int flush) {
local block_state deflate_fast(deflate_state *s, int flush) {
local void slide_hash(deflate_state *s) {
local block_state deflate_slow(deflate_state *s, int flush) {
local block_state deflate_rle(deflate_state *s, int flush) {
local block_state deflate_huff(deflate_state *s, int flush) {
local void fill_window(deflate_state *s) {
deflate_state *s;
s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
zmemzero(s, sizeof(deflate_state));
deflate_state *s;
deflate_state *s;
deflate_state *s;
deflate_state *s;
s = (deflate_state *)strm->state;
local void lm_init(deflate_state *s) {
typedef block_state (*compress_func)(deflate_state *s, int flush);
deflate_state *s;
local block_state deflate_stored(deflate_state *s, int flush);
local block_state deflate_fast(deflate_state *s, int flush);
deflate_state *s;
local block_state deflate_slow(deflate_state *s, int flush);
local block_state deflate_rle(deflate_state *s, int flush);
local block_state deflate_huff(deflate_state *s, int flush);
deflate_state *s;
deflate_state *s;
local void putShortMSB(deflate_state *s, uInt b) {
deflate_state *s = strm->state;
deflate_state *s;
void ZLIB_INTERNAL _tr_init(deflate_state *s);
int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
void ZLIB_INTERNAL _tr_align(deflate_state *s);
void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) {
local void bi_flush(deflate_state *s) {
local void bi_windup(deflate_state *s) {
local void send_bits(deflate_state *s, int value, int length) {
local void init_block(deflate_state *s) {
void ZLIB_INTERNAL _tr_init(deflate_state *s) {
local void pqdownheap(deflate_state *s, ct_data *tree, int k) {
local void gen_bitlen(deflate_state *s, tree_desc *desc) {
local void build_tree(deflate_state *s, tree_desc *desc) {
local void scan_tree(deflate_state *s, ct_data *tree, int max_code) {
local void send_tree(deflate_state *s, ct_data *tree, int max_code) {
local int build_bl_tree(deflate_state *s) {
local void send_all_trees(deflate_state *s, int lcodes, int dcodes,
void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) {
void ZLIB_INTERNAL _tr_align(deflate_state *s) {
local void compress_block(deflate_state *s, const ct_data *ltree,
local int detect_data_type(deflate_state *s) {
void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
struct deflate_state *state;
state = malloc(sizeof(struct deflate_state), M_DEVBUF, M_NOWAIT);
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state;
state = malloc(sizeof(struct deflate_state), M_DEVBUF, M_NOWAIT);
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
struct deflate_state *state = (struct deflate_state *) arg;
local void putShortMSB (deflate_state *s, uInt b)
deflate_state *s = (deflate_state *) strm->state;
deflate_state *s;
s = (deflate_state *)strm->state;
deflate_state *s;
s = (deflate_state *) strm->state;
deflate_state *ds;
deflate_state *ss;
ss = (deflate_state *)source->state;
ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
return ((deflate_state *)(strm->state))->pending;
if (!((deflate_state *)(strm->state))->noheader) {
local void lm_init (deflate_state *s)
local uInt longest_match(deflate_state *s,
deflate_state *s;
deflate_state *s;
local void fill_window(deflate_state *s)
local block_state deflate_stored(deflate_state *s, int flush)
local block_state deflate_fast(deflate_state *s, int flush)
local block_state deflate_slow(deflate_state *s, int flush)
local void init_block(deflate_state *s);
local void pqdownheap(deflate_state *s, ct_data *tree, int k);
local void gen_bitlen(deflate_state *s, tree_desc *desc);
local void build_tree(deflate_state *s, tree_desc *desc);
local void scan_tree(deflate_state *s, ct_data *tree, int max_code);
local void send_tree(deflate_state *s, ct_data *tree, int max_code);
local int build_bl_tree(deflate_state *s);
local void send_all_trees(deflate_state *s, int lcodes, int dcodes,
local void compress_block(deflate_state *s, const ct_data *ltree,
local void set_data_type(deflate_state *s);
local void bi_windup(deflate_state *s);
local void bi_flush(deflate_state *s);
local void copy_block(deflate_state *s, charf *buf, unsigned len,
local void send_bits(deflate_state *s, int value, int length);
deflate_state *s;
void _tr_init(deflate_state *s)
local void init_block(deflate_state *s)
local void pqdownheap(deflate_state *s,
local void gen_bitlen(deflate_state *s,
local void build_tree(deflate_state *s,
local void scan_tree (deflate_state *s,
local void send_tree (deflate_state *s,
local int build_bl_tree(deflate_state *s)
local void send_all_trees(deflate_state *s,
void _tr_stored_block(deflate_state *s,
void _tr_stored_type_only(deflate_state *s)
void _tr_align(deflate_state *s)
void _tr_flush_block(deflate_state *s,
int _tr_tally (deflate_state *s,
local void compress_block(deflate_state *s,
local void set_data_type(deflate_state *s)
local void bi_flush(deflate_state *s)
local void bi_windup(deflate_state *s)
local void copy_block(deflate_state *s,
void _tr_init(deflate_state *s);
int _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
void _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len,
void _tr_align(deflate_state *s);
void _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len,
void _tr_stored_type_only(deflate_state *);
typedef block_state (*compress_func)(deflate_state *s, int flush);
local void fill_window(deflate_state *s);
local block_state deflate_stored(deflate_state *s, int flush);
local block_state deflate_fast(deflate_state *s, int flush);
local block_state deflate_slow(deflate_state *s, int flush);
local void lm_init(deflate_state *s);
local void putShortMSB(deflate_state *s, uInt b);
uInt longest_match(deflate_state *s, IPos cur_match);
local uInt longest_match(deflate_state *s, IPos cur_match);
local void check_match(deflate_state *s, IPos start, IPos match,
deflate_state *s;
s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
deflate_state *s;
s = (deflate_state *)strm->state;
deflate_state *s;
s = (deflate_state *)strm->state;
deflate_state *s;
s = (deflate_state *)strm->state;