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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dgzio.c100 local gzFile gz_open OF((const char *path, const char *mode, int fd));
112 gz_open returns NULL if the file could not be opened or if there was
117 local gzFile gz_open (path, mode, fd) function
236 return gz_open (path, mode, -1);
252 return gz_open (name, mode, fd);

Completed in 32 milliseconds