HomeSort by: relevance | last modified time | path
    Searched defs:s_zstate (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 84 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)
  /src/usr.bin/compress/
zopen.c 98 struct s_zstate { struct
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. *
    [all...]

Completed in 33 milliseconds