Searched refs:block_state (Results 1 – 1 of 1) sorted by relevance
73 } block_state; typedef75 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef79 local block_state deflate_stored OF((deflate_state *s, int flush));80 local block_state deflate_fast OF((deflate_state *s, int flush));82 local block_state deflate_slow OF((deflate_state *s, int flush));84 local block_state deflate_rle OF((deflate_state *s, int flush));85 local block_state deflate_huff OF((deflate_state *s, int flush));903 block_state bstate;1566 local block_state deflate_stored(s, flush) in deflate_stored()1630 local block_state deflate_fast(s, flush) in deflate_fast()[all …]