Home | History | Annotate | Download | only in zlib

Lines Matching refs:ZLIB_INTERNAL

307 void ZLIB_INTERNAL _tr_init(deflate_state *s);
308 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
309 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
311 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
312 void ZLIB_INTERNAL _tr_align(deflate_state *s);
313 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
327 extern uch ZLIB_INTERNAL _length_code[];
328 extern uch ZLIB_INTERNAL _dist_code[];
330 extern const uch ZLIB_INTERNAL _length_code[];
331 extern const uch ZLIB_INTERNAL _dist_code[];