Lines Matching refs:gzFile
1311 alias gzFile = void*; variable
1315 gzFile gzopen(const(char)* path, const(char)* mode);
1352 gzFile gzdopen(int fd, const(char)* mode);
1375 int gzbuffer(gzFile file, uint size);
1391 int gzsetparams(gzFile file, int level, int strategy);
1402 int gzread(gzFile file, void* buf, uint len);
1432 z_size_t gzfread(void* buf, z_size_t size, z_size_t nitems, gzFile file);
1457 int gzwrite(gzFile file, void* buf, uint len);
1463 z_size_t gzfwrite(void* buf, z_size_t size, z_size_t nitems, gzFile file);
1476 int gzprintf(gzFile file, const(char)* format, ...);
1491 int gzputs(gzFile file, const(char)* s);
1499 const(char)* gzgets(gzFile file, const(char)* buf, int len);
1513 int gzputc(gzFile file, int c);
1519 int gzgetc(gzFile file);
1528 int gzungetc(int c, gzFile file);
1540 int gzflush(gzFile file, int flush);
1555 z_off_t gzseek(gzFile file, z_off_t offset, int whence);
1573 int gzrewind(gzFile file);
1580 z_off_t gztell(gzFile file);
1590 z_off_t gzoffset(gzFile file);
1599 int gzeof(gzFile file);
1614 int gzdirect(gzFile file);
1635 int gzclose(gzFile file);
1648 int gzclose_r(gzFile file);
1649 int gzclose_w(gzFile file);
1660 const(char)* gzerror(gzFile file, int* errnum);
1676 void gzclearerr(gzFile file);