Searched refs:block_state (Results 1 – 4 of 4) sorted by relevance
11 block_state *result);
122 block_state *result in dfltcc_deflate()
69 typedef block_state (*compress_func) (deflate_state *s, int flush);73 static block_state deflate_stored (deflate_state *s, int flush);74 static block_state deflate_fast (deflate_state *s, int flush);75 static block_state deflate_slow (deflate_state *s, int flush);404 block_state bstate; in zlib_deflate()860 static block_state deflate_stored( in deflate_stored()919 static block_state deflate_fast( in deflate_fast()1013 static block_state deflate_slow( in deflate_slow()
349 } block_state; typedef
Completed in 7 milliseconds