Searched defs:jzentry (Results 1 – 2 of 2) sorted by relevance
313 long jzentry = 0; in getEntry() local330 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()354 long jzentry = 0; in getInputStream() local507 long jzentry = getNextEntry(jzfile, i++); in entries() local531 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()674 protected long jzentry; // address of jzentry data field in ZipFileInputStream679 ZipFileInputStream(long jzentry) { in ZipFileInputStream()778 private static native int read(long jzfile, long jzentry, in read()782 private static native long getEntryTime(long jzentry); in getEntryTime()783 private static native long getEntryCrc(long jzentry); in getEntryCrc()[all …]
159 typedef struct jzentry { /* Zip file entry */ struct169 } jzentry; argument