Home | History | Annotate | Download | only in test

Lines Matching refs:gzFile

168 } *gzFile;
170 static gzFile gz_open(const char *path, int fd, const char *mode) {
171 gzFile gz;
204 static gzFile gzopen(const char *path, const char *mode) {
208 static gzFile gzdopen(int fd, const char *mode) {
212 static int gzwrite(gzFile gz, const void *buf, unsigned len) {
230 static int gzread(gzFile gz, void *buf, unsigned len) {
261 static int gzclose(gzFile gz) {
286 static const char *gzerror(gzFile gz, int *err) {
308 static int gz_compress_mmap(FILE *in, gzFile out) {
341 static void gz_compress(FILE *in, gzFile out) {
369 static void gz_uncompress(gzFile in, FILE *out) {
396 gzFile out;
433 gzFile in;
490 gzFile file;