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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c55 local gzFile gz_open OF((const char *path, const char *mode, int fd));
67 gz_open return NULL if the file could not be opened or if there was
72 local gzFile gz_open (path, mode, fd) function
186 return gz_open (path, mode, -1);
202 return gz_open (name, mode, fd);

Completed in 571 milliseconds