Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/compress/
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; in zwrite()
327 struct s_zstate *zs; in zclose()
370 output(struct s_zstate *zs, code_int ocode) in output()
461 struct s_zstate *zs; in zread()
577 getcode(struct s_zstate *zs) in getcode()
[all …]
/freebsd-12-stable/usr.bin/gzip/
Dzuncompress.c86 struct s_zstate { struct
130 static code_int getcode(struct s_zstate *zs); argument
176 struct s_zstate *zs; in zdopen()
178 if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL) in zdopen()
217 struct s_zstate *zs; in zread()
334 getcode(struct s_zstate *zs) in getcode()