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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.h135 * - jzentry time and crc fields are signed even though they really
144 typedef struct jzentry { /* Zip file entry */ struct
153 } jzentry; typedef in typeref:struct:jzentry
189 jzentry *cache; /* we cache the most recently freed jzentry */
214 jzentry *
218 zipReadEntry(jzfile *zip, jzentry *entry, const char *path);
220 jzentry *
226 jzentry * zipGetEntry(jzfile *zip, const char *name);
228 jint zipRead(jzfile *zip, jzentry *entr
[all...]

Completed in 1011 milliseconds