Lines Matching refs:deflate_state
285 } FAR deflate_state;
308 void ZLIB_INTERNAL _tr_init(deflate_state *s);
309 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
310 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
312 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
313 void ZLIB_INTERNAL _tr_align(deflate_state *s);
314 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
381 void ZLIB_INTERNAL crc_fold_init(deflate_state* const s);
382 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
386 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state* const s);