Searched refs:deflate_state (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *
[all...]
H A Ddeflate.h273 } FAR deflate_state; typedef in typeref:struct:internal_state
296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c143 local void init_block OF((deflate_state *s));
144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
145 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
147 local void build_tree OF((deflate_state *s, tree_desc *desc));
148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
150 local int build_bl_tree OF((deflate_state *s));
151 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
153 local void compress_block OF((deflate_state *s, ct_data *ltree,
155 local void set_data_type OF((deflate_state *
[all...]
H A Ddeflate.h263 } FAR deflate_state; typedef in typeref:struct:internal_state
282 void _tr_init OF((deflate_state *s));
283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
286 void _tr_align OF((deflate_state *s));
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
H A Ddeflate.c78 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
81 local void fill_window OF((deflate_state *s));
82 local block_state deflate_stored OF((deflate_state *s, int flush));
83 local block_state deflate_fast OF((deflate_state *s, int flush));
85 local block_state deflate_slow OF((deflate_state *s, int flush));
87 local void lm_init OF((deflate_state *s));
88 local void putShortMSB OF((deflate_state *s, uInt b));
94 uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local uInt longest_match_fast OF((deflate_state *
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddeflate.c43 struct deflate_state { struct
58 struct deflate_state *state = (struct deflate_state *)v;
72 struct deflate_state *state = (struct deflate_state *)v;
190 struct deflate_state *state = (struct deflate_state *)v;
201 struct deflate_state *state = (struct deflate_state *)v;
339 struct deflate_state *stat
[all...]
/freebsd-10.0-release/sys/net/
H A Dzlib.c352 typedef struct deflate_state { struct
520 } FAR deflate_state; typedef in typeref:struct:deflate_state
539 void _tr_init OF((deflate_state *s));
540 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
541 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
543 void _tr_align OF((deflate_state *s));
544 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
546 void _tr_stored_type_only OF((deflate_state *));
623 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
626 local void fill_window OF((deflate_state *
[all...]

Completed in 215 milliseconds