Lines Matching refs:arg
63 static void z_comp_free(void *arg) in z_comp_free() argument
65 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_comp_free()
140 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init() argument
143 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_comp_init()
169 static void z_comp_reset(void *arg) in z_comp_reset() argument
171 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_comp_reset()
188 static int z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, in z_compress() argument
191 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_compress()
269 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats() argument
271 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_comp_stats()
280 static void z_decomp_free(void *arg) in z_decomp_free() argument
282 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_decomp_free()
355 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init() argument
358 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_decomp_init()
385 static void z_decomp_reset(void *arg) in z_decomp_reset() argument
387 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_decomp_reset()
414 static int z_decompress(void *arg, unsigned char *ibuf, int isize, in z_decompress() argument
417 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_decompress()
520 static void z_incomp(void *arg, unsigned char *ibuf, int icnt) in z_incomp() argument
522 struct ppp_deflate_state *state = (struct ppp_deflate_state *) arg; in z_incomp()