Lines Matching defs:s_zstate
98 struct s_zstate {
201 static int cl_block(struct s_zstate *);
202 static code_int getcode(struct s_zstate *);
203 static int output(struct s_zstate *, code_int);
240 struct s_zstate *zs;
326 struct s_zstate *zs;
369 output(struct s_zstate *zs, code_int ocode)
459 struct s_zstate *zs;
568 getcode(struct s_zstate *zs)
626 cl_block(struct s_zstate *zs) /* Table clear for block compress. */
656 struct s_zstate *zs;
664 if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)