Lines Matching defs:state
58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) argument
67 compress(struct pred1_state *state, u_char *source, u_char *dest, int len) in compress()
92 SyncTable(struct pred1_state *state, u_char *source, u_char *dest, int len) in SyncTable()
101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress()
129 struct pred1_state *state = (struct pred1_state *)v; in Pred1Term() local
136 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetInput() local
145 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetOutput() local
156 struct pred1_state *state; in Pred1InitInput() local
166 struct pred1_state *state; in Pred1InitOutput() local
177 struct pred1_state *state = (struct pred1_state *)v; in Pred1Output() local
219 struct pred1_state *state = (struct pred1_state *)v; in Pred1Input() local