Searched refs:z_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dgzipfs.c38 struct z_file struct
47 static int zf_fill(struct z_file *z);
66 zf_fill(struct z_file *zf)
95 get_byte(struct z_file *zf, off_t *curoffp)
115 check_header(struct z_file *zf)
163 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 *z
[all...]

Completed in 114 milliseconds