Lines Matching defs:bz_file
55 struct bz_file
63 static int bzf_fill(struct bz_file *z);
84 bzf_fill(struct bz_file *bzf)
113 get_byte(struct bz_file *bzf)
124 check_header(struct bz_file *bzf)
153 struct bz_file *bzf;
190 /* Allocate a bz_file structure, populate it */
191 bzf = malloc(sizeof(struct bz_file));
194 bzero(bzf, sizeof(struct bz_file));
220 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
231 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
267 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
268 struct bz_file *bzf_tmp;
278 /* Allocate a bz_file structure, populate it */
279 bzf_tmp = malloc(sizeof(struct bz_file));
282 bzero(bzf_tmp, sizeof(struct bz_file));
298 /* Free old bz_file data */
302 /* Use the new bz_file data */
311 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
334 bzf = (struct bz_file *)f->f_fsdata;
350 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;