Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
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.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,
H A Ddeflate.c205 deflate_state *s; in slide_hash()
254 deflate_state *s;
307 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
359 deflate_state *s;
384 deflate_state *s;
453 deflate_state *s;
473 deflate_state *s;
550 deflate_state *s;
576 deflate_state *s;
627 deflate_state *s;
[all …]