Searched refs:block_state (Results 1 – 1 of 1) sorted by relevance
68 } block_state; typedef70 typedef block_state (*compress_func)(deflate_state *s, int flush);73 local block_state deflate_stored(deflate_state *s, int flush);74 local block_state deflate_fast(deflate_state *s, int flush);76 local block_state deflate_slow(deflate_state *s, int flush);78 local block_state deflate_rle(deflate_state *s, int flush);79 local block_state deflate_huff(deflate_state *s, int flush);1215 block_state bstate; in deflate()1670 local block_state deflate_stored(deflate_state *s, int flush) { in deflate_stored()1859 local block_state deflate_fast(deflate_state *s, int flush) { in deflate_fast()[all …]