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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.h166 unsigned short next; /* hash chain: index into jzfile->entries */
177 typedef struct jzfile { /* Zip file */ struct
188 struct jzfile *next; /* next zip file in search list */
196 } jzfile; typedef in typeref:struct:jzfile
215 zipFindEntry(jzfile *zip, const char *name, jint *sizeP, jint *nameLenP);
218 zipReadEntry(jzfile *zip, jzentry *entry, const char *path);
221 zipGetNextEntry(jzfile *zip, jint n);
223 jzfile *
226 jzentry * zipGetEntry(jzfile *zip, const char *name);
227 void zipClose(jzfile *zi
[all...]

Completed in 79 milliseconds