gzlib.c | 85 local gzFile gz_open(const void *path, int fd, const char *mode) { function in typeref:typename:local gzFile 261 return gz_open(path, -1, mode); 266 return gz_open(path, -1, mode); 281 gz = gz_open(path, fd, mode); 289 return gz_open(path, -2, mode);
|