Home
last modified time | relevance | path

Searched refs:block_state (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/kern/z/
Ddeflate.c73 } block_state; typedef
75 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
79 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 …]