Searched defs:jzentry (Results 1 – 2 of 2) sorted by relevance
333 long jzentry = 0; in getEntry() local350 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()374 long jzentry = 0; in getInputStream() local536 long jzentry = getNextEntry(jzfile, i++); in next() local584 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()726 protected long jzentry; // address of jzentry data field in ZipFile.ZipFileInputStream731 ZipFileInputStream(long jzentry) { in ZipFileInputStream()842 private static native int read(long jzfile, long jzentry, in read()846 private static native long getEntryTime(long jzentry); in getEntryTime()847 private static native long getEntryCrc(long jzentry); in getEntryCrc()[all …]
160 typedef struct jzentry { /* Zip file entry */ struct171 } jzentry; argument