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

/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c97 struct s_zstate { struct
200 static int cl_block(struct s_zstate *);
201 static void cl_hash(struct s_zstate *, count_int);
202 static code_int getcode(struct s_zstate *);
203 static int output(struct s_zstate *, code_int);
239 struct s_zstate *zs;
325 struct s_zstate *zs;
368 output(struct s_zstate *zs, code_int ocode)
459 struct s_zstate *zs;
575 getcode(struct s_zstate *z
[all...]
/freebsd-10.0-release/usr.bin/gzip/
H A Dzuncompress.c84 struct s_zstate { struct
128 static code_int getcode(struct s_zstate *zs);
174 struct s_zstate *zs;
176 if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
215 struct s_zstate *zs;
332 getcode(struct s_zstate *zs)

Completed in 66 milliseconds