Home
last modified time | relevance | path

Searched refs:deflate_state (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Ddeflate.c44 struct deflate_state { struct
59 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetOutput() argument
73 struct deflate_state *state = (struct deflate_state *)v; in DeflateOutput()
191 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetInput()
202 struct deflate_state *state = (struct deflate_state *)v; in DeflateInput()
340 struct deflate_state *state = (struct deflate_state *)v; in DeflateDictSetup()
492 struct deflate_state *state; in DeflateInitInput()
494 state = (struct deflate_state *)malloc(sizeof(struct deflate_state)); in DeflateInitInput()
517 state = (struct deflate_state *)malloc(sizeof(struct deflate_state)); in DeflateInitOutput()
539 struct deflate_state *state = (struct deflate_state *)v; in DeflateTermInput()
[all …]
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_trees.c139 local void init_block (deflate_state *s);
146 local int build_bl_tree (deflate_state *s);
153 local void bi_windup (deflate_state *s);
385 _tr_init(deflate_state *s) in _tr_init()
414 init_block(deflate_state *s) in init_block()
808 build_bl_tree(deflate_state *s) in build_bl_tree()
890 _tr_flush_bits(deflate_state *s) in _tr_flush_bits()
901 _tr_align(deflate_state *s) in _tr_align()
1127 detect_data_type(deflate_state *s)
1177 bi_flush(deflate_state *s)
[all …]
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
287 void ZLIB_INTERNAL _tr_init(deflate_state *s);
288 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
289 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
291 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
292 void ZLIB_INTERNAL _tr_align(deflate_state *s);
293 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
H A Dhammer2_zlib_deflate.c82 local void fill_window (deflate_state *s);
88 local void lm_init(deflate_state *s);
210 deflate_state *s; in deflateInit2_()
287 deflate_state *s; in deflateResetKeep()
297 s = (deflate_state *)strm->state; in deflateResetKeep()
332 putShortMSB (deflate_state *s, uInt b) in putShortMSB()
349 deflate_state *s = strm->state; in flush_pending()
372 deflate_state *s; in deflate()
577 lm_init (deflate_state *s) in lm_init()
803 fill_window(deflate_state *s) in fill_window()
[all …]
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_trees.c139 local void init_block (deflate_state *s);
146 local int build_bl_tree (deflate_state *s);
153 local void bi_windup (deflate_state *s);
385 _tr_init(deflate_state *s) in _tr_init()
414 init_block(deflate_state *s) in init_block()
808 build_bl_tree(deflate_state *s) in build_bl_tree()
890 _tr_flush_bits(deflate_state *s) in _tr_flush_bits()
901 _tr_align(deflate_state *s) in _tr_align()
1127 detect_data_type(deflate_state *s)
1177 bi_flush(deflate_state *s)
[all …]
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
287 void ZLIB_INTERNAL _tr_init(deflate_state *s);
288 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
289 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
291 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
292 void ZLIB_INTERNAL _tr_align(deflate_state *s);
293 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
H A Dhammer2_zlib_deflate.c82 local void fill_window (deflate_state *s);
88 local void lm_init(deflate_state *s);
210 deflate_state *s; in deflateInit2_()
287 deflate_state *s; in deflateResetKeep()
297 s = (deflate_state *)strm->state; in deflateResetKeep()
332 putShortMSB (deflate_state *s, uInt b) in putShortMSB()
349 deflate_state *s = strm->state; in flush_pending()
372 deflate_state *s; in deflate()
577 lm_init (deflate_state *s) in lm_init()
803 fill_window(deflate_state *s) in fill_window()
[all …]
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_trees.c139 local void init_block (deflate_state *s);
146 local int build_bl_tree (deflate_state *s);
153 local void bi_windup (deflate_state *s);
385 _tr_init(deflate_state *s) in _tr_init()
414 init_block(deflate_state *s) in init_block()
808 build_bl_tree(deflate_state *s) in build_bl_tree()
890 _tr_flush_bits(deflate_state *s) in _tr_flush_bits()
901 _tr_align(deflate_state *s) in _tr_align()
1127 detect_data_type(deflate_state *s)
1177 bi_flush(deflate_state *s)
[all …]
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
287 void ZLIB_INTERNAL _tr_init(deflate_state *s);
288 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
289 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
291 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
292 void ZLIB_INTERNAL _tr_align(deflate_state *s);
293 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
H A Dhammer2_zlib_deflate.c77 local void fill_window (deflate_state *s);
83 local void lm_init(deflate_state *s);
205 deflate_state *s; in deflateInit2_()
282 deflate_state *s; in deflateResetKeep()
292 s = (deflate_state *)strm->state; in deflateResetKeep()
327 putShortMSB (deflate_state *s, uInt b) in putShortMSB()
344 deflate_state *s = strm->state; in flush_pending()
367 deflate_state *s; in deflate()
572 lm_init (deflate_state *s) in lm_init()
798 fill_window(deflate_state *s) in fill_window()
[all …]
/dragonfly/contrib/zlib-1.2/
H A Dtrees.c187 deflate_state *s; in send_bits()
380 deflate_state *s; in _tr_init()
408 deflate_state *s; in init_block()
452 deflate_state *s; in pqdownheap()
487 deflate_state *s; in gen_bitlen()
616 deflate_state *s; in build_tree()
704 deflate_state *s; in scan_tree()
749 deflate_state *s; in send_tree()
800 deflate_state *s; in build_bl_tree()
835 deflate_state *s; in send_all_trees()
[all …]
H A Ddeflate.c202 deflate_state *s; in slide_hash()
251 deflate_state *s;
304 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
356 deflate_state *s;
381 deflate_state *s;
450 deflate_state *s;
470 deflate_state *s;
547 deflate_state *s;
573 deflate_state *s;
624 deflate_state *s;
[all …]
H A Ddeflate.h276 } FAR deflate_state; typedef
299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
/dragonfly/sys/net/
H A Dzlib.c522 } FAR deflate_state; argument
750 deflate_state *s; in deflateInit2_()
785 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); in deflateInit2_()
830 deflate_state *s; in deflateSetDictionary()
871 deflate_state *s; in deflateReset()
901 deflate_state *s; in deflateParams()
952 deflate_state *s = (deflate_state *) strm->state; in flush_pending()
976 deflate_state *s; in deflate()
1112 deflate_state *s; in deflateEnd()
1141 deflate_state *ds; in deflateCopy()
[all …]