Searched refs:z_file (Results 1 – 1 of 1) sorted by relevance
35 struct z_file struct44 static int zf_fill(struct z_file *z); argument63 zf_fill(struct z_file *zf) in zf_fill()92 get_byte(struct z_file *zf, off_t *curoffp) in get_byte()112 check_header(struct z_file *zf) in check_header()160 struct z_file *zf; in zf_open()198 zf = malloc(sizeof(struct z_file)); in zf_open()201 bzero(zf, sizeof(struct z_file)); in zf_open()227 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_close()238 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_read()[all …]