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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c856 inflateFully(jzfile *zip, jzentry *entry, int fd, char **msg) function
867 *msg = "inflateFully: entry not compressed";
885 *msg = "inflateFully: Unexpected end of file";
902 *msg = "inflateFully: Unexpected end of stream";
971 int ok = inflateFully(zip, entry, fd, &msg);

Completed in 61 milliseconds