Searched defs:jzentry (Results 1 – 2 of 2) sorted by relevance
356 long jzentry = 0; in getEntry() local373 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()397 long jzentry = 0; in getInputStream() local568 long jzentry = getNextEntry(jzfile, i++); in next() local616 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()773 protected long jzentry; // address of jzentry data field in ZipFile.ZipFileInputStream778 ZipFileInputStream(long jzentry) { in ZipFileInputStream()913 private static native int read(long jzfile, long jzentry, in read()917 private static native long getEntryTime(long jzentry); in getEntryTime()918 private static native long getEntryCrc(long jzentry); in getEntryCrc()[all …]
160 typedef struct jzentry { /* Zip file entry */ struct171 } jzentry; argument