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

/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c99 struct s_zstate { struct
202 static int cl_block(struct s_zstate *);
203 static void cl_hash(struct s_zstate *, count_int);
204 static code_int getcode(struct s_zstate *);
205 static int output(struct s_zstate *, code_int);
241 struct s_zstate *zs;
327 struct s_zstate *zs;
370 output(struct s_zstate *zs, code_int ocode)
461 struct s_zstate *zs;
577 getcode(struct s_zstate *z
[all...]
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c86 struct s_zstate { struct
130 static code_int getcode(struct s_zstate *zs);
176 struct s_zstate *zs;
178 if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
217 struct s_zstate *zs;
334 getcode(struct s_zstate *zs)

Completed in 114 milliseconds