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

/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon5222
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
818 block_state bstate;
1462 local block_state deflate_stored(s, flush)
1520 local block_state deflate_fas
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c72 } block_state; typedef in typeref:enum:__anon4891
74 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
78 local block_state deflate_stored OF((deflate_state *s, int flush));
79 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
520 block_state bstate;
1087 local block_state deflate_stored(
1145 local block_state deflate_fast(
1241 local block_state deflate_slow(

Completed in 72 milliseconds