Home
last modified time | relevance | path

Searched defs:s_zstate (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/gzip/
H A Dzuncompress.c84 struct s_zstate { struct
85 FILE *zs_fp; /* File stream for I/O */
86 char zs_mode; /* r or w */
87 enum {
89 } zs_state; /* State of computation */
94 count_int zs_htab [HSIZE];
95 u_short zs_codetab [HSIZE];
102 int zs_block_compress;
103 int zs_clear_flg;
104 long zs_ratio;
[all …]
/dragonfly/usr.bin/compress/
H A Dzopen.c94 struct s_zstate { struct
97 enum {
104 count_int zs_htab [HSIZE];
112 int zs_block_compress;
113 int zs_clear_flg;
114 long zs_ratio;
115 count_int zs_checkpoint;
116 u_int zs_offset;
120 char_type zs_buf[BITS];
121 union {
[all …]