zlib.c | 368 typedef struct deflate_state { struct 536 } FAR deflate_state; typedef in typeref:struct:deflate_state FAR 555 void _tr_init(deflate_state *s); 556 int _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 557 void _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len, 559 void _tr_align(deflate_state *s); 560 void _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len, 562 void _tr_stored_type_only(deflate_state *); 682 typedef block_state (*compress_func)(deflate_state *s, int flush); 685 local void fill_window(deflate_state *s) [all...] |