Lines Matching defs:jzentry
135 * - jzentry time and crc fields are signed even though they really
144 typedef struct jzentry { /* Zip file entry */
153 } 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 *entry, jint pos, void *buf, jint len);
229 void zipFreeEntry(jzfile *zip, jzentry *ze);