Searched refs:Cstate (Results 1 – 2 of 2) sorted by relevance
23 typedef struct Cstate Cstate; typedef24 struct Cstate struct103 static void comp2(Cstate*, uchar*, int);106 static void complit(Cstate*, int);107 static void compcopy(Cstate*, int, int);108 static void compout(Cstate*, ulong, int);109 static void compfront(Cstate*);110 static void hashcheck(Cstate*);111 static void compreset(Cstate*);142 Cstate *cs; in compinit()[all …]
8 typedef struct Cstate Cstate; typedef9 struct Cstate struct69 Cstate *cs; in compinit()71 cs = mallocz(sizeof(Cstate), 1); in compinit()79 Cstate *cs; in compfini()90 Cstate *cs; in compresetreq()114 Cstate *cs; in comp()243 Cstate *cs; in uncomp()