deflate.h | 275 } FAR deflate_state; typedef in typeref:struct:internal_state 298 void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); 299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 300 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 302 void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); 303 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|