Searched refs:block_state (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.c | 76 } block_state; typedef 78 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef 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) in deflate_stored() 1454 local block_state deflate_fast(s, flush) in deflate_fast() 1560 local block_state deflate_slow(s, flush) in deflate_slow() 1689 local block_state deflate_rle(s, flush)
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 708 } block_state; typedef 710 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef 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
|