Lines Matching refs:bz_file
56 struct bz_file
64 static int bzf_fill(struct bz_file *z);
85 bzf_fill(struct bz_file *bzf)
114 get_byte(struct bz_file *bzf)
125 check_header(struct bz_file *bzf)
154 struct bz_file *bzf;
191 /* Allocate a bz_file structure, populate it */
192 bzf = malloc(sizeof(struct bz_file));
195 bzero(bzf, sizeof(struct bz_file));
221 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
232 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
268 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
269 struct bz_file *bzf_tmp;
279 /* Allocate a bz_file structure, populate it */
280 bzf_tmp = malloc(sizeof(struct bz_file));
283 bzero(bzf_tmp, sizeof(struct bz_file));
299 /* Free old bz_file data */
303 /* Use the new bz_file data */
312 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
337 bzf = (struct bz_file *)f->f_fsdata;
353 struct bz_file *bzf = (struct bz_file *)f->f_fsdata;