Searched defs:block_state (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c76 } block_state; typedef in typeref:enum:__anon9339
78 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
82 local block_state deflate_stored OF((deflate_state *s, int flush));
83 local block_state deflate_fast OF((deflate_state *s, int flush));
85 local block_state deflate_slow OF((deflate_state *s, int flush));
794 block_state bstate;
1396 local block_state deflate_stored(s, flush)
1454 local block_state deflate_fast(s, flush)
1560 local block_state deflate_slow(s, flush)
1689 local block_state deflate_rl
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon104
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));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c708 } block_state; typedef in typeref:enum:__anon6447
710 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
714 local block_state deflate_stored OF((deflate_state *s, int flush));
715 local block_state deflate_fast OF((deflate_state *s, int flush));
716 local block_state deflate_slow OF((deflate_state *s, int flush));
1197 block_state bstate;
1869 local block_state
1939 local block_state
2061 local block_state

Completed in 78 milliseconds