Lines Matching defs:z_file
37 struct z_file
46 static int zf_fill(struct z_file *z);
65 zf_fill(struct z_file *zf)
94 get_byte(struct z_file *zf, off_t *curoffp)
114 check_header(struct z_file *zf)
162 struct z_file *zf;
200 /* Allocate a z_file structure, populate it */
201 zf = malloc(sizeof(struct z_file));
204 bzero(zf, sizeof(struct z_file));
230 struct z_file *zf = (struct z_file *)f->f_fsdata;
241 struct z_file *zf = (struct z_file *)f->f_fsdata;
277 struct z_file *zf = (struct z_file *)f->f_fsdata;
292 struct z_file *zf = (struct z_file *)f->f_fsdata;
327 struct z_file *zf = (struct z_file *)f->f_fsdata;