Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c69 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);
407 block_state bstate; in zlib_deflate()
857 static block_state deflate_stored( in deflate_stored()
916 static block_state deflate_fast( in deflate_fast()
1010 static block_state deflate_slow( in deflate_slow()
Ddefutil.h349 } block_state; typedef
/lib/zlib_dfltcc/
Ddfltcc.h110 block_state *result);
Ddfltcc_deflate.c103 block_state *result in dfltcc_deflate()