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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c73 } block_state; typedef in typeref:enum:__anon47
75 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
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));
790 block_state bstate;
1392 local block_state deflate_stored(s, flush)
1450 local block_state deflate_fast(s, flush)
1556 local block_state deflate_slow(s, flush)
1685 local block_state deflate_rl
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c76 } block_state; typedef in typeref:enum:__anon2717
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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon38
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));
788 block_state bstate;
1390 local block_state deflate_stored(s, flush)
1448 local block_state deflate_fast(s, flush)
1554 local block_state deflate_slow(s, flush)
1683 local block_state deflate_rl
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c680 } block_state; typedef in typeref:enum:__anon8993
682 typedef block_state (*compress_func)(deflate_state *s, int flush);
686 local block_state deflate_stored(deflate_state *s, int flush);
687 local block_state deflate_fast(deflate_state *s, int flush);
688 local block_state deflate_slow(deflate_state *s, int flush);
1121 block_state bstate;
1703 local block_state deflate_stored(deflate_state *s, int flush)
1759 local block_state deflate_fast(deflate_state *s, int flush)
1853 local block_state deflate_slow(deflate_state *s, int flush)

Completed in 126 milliseconds