Lines Matching refs:gzFile
1305 alias gzFile = void*; variable
1309 gzFile gzopen(const(char)* path, const(char)* mode);
1346 gzFile gzdopen(int fd, const(char)* mode);
1369 int gzbuffer(gzFile file, uint size);
1385 int gzsetparams(gzFile file, int level, int strategy);
1396 int gzread(gzFile file, void* buf, uint len);
1426 z_size_t gzfread(void* buf, z_size_t size, z_size_t nitems, gzFile file);
1451 int gzwrite(gzFile file, void* buf, uint len);
1458 z_size_t gzfwrite(void* buf, z_size_t size, z_size_t nitems, gzFile file);
1471 int gzprintf(gzFile file, const(char)* format, ...);
1486 int gzputs(gzFile file, const(char)* s);
1494 const(char)* gzgets(gzFile file, const(char)* buf, int len);
1507 int gzputc(gzFile file, int c);
1513 int gzgetc(gzFile file);
1522 int gzungetc(int c, gzFile file);
1534 int gzflush(gzFile file, int flush);
1549 z_off_t gzseek(gzFile file, z_off_t offset, int whence);
1567 int gzrewind(gzFile file);
1574 z_off_t gztell(gzFile file);
1584 z_off_t gzoffset(gzFile file);
1593 int gzeof(gzFile file);
1608 int gzdirect(gzFile file);
1629 int gzclose(gzFile file);
1642 int gzclose_r(gzFile file);
1643 int gzclose_w(gzFile file);
1654 const(char)* gzerror(gzFile file, int* errnum);
1670 void gzclearerr(gzFile file);