Home
last modified time | relevance | path

Searched defs:jzfile (Results 1 – 22 of 22) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/util/zip/
H A Dzip_util.h204 typedef struct jzfile { /* Zip file */ struct
226 struct jzfile *next; /* next zip file in search list */ argument
235 } jzfile; argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/util/zip/
H A Dzip_util.h204 typedef struct jzfile { /* Zip file */ struct
226 struct jzfile *next; /* next zip file in search list */ argument
235 } jzfile; argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/native/libzip/
H A Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DZipFile.java62 private long jzfile; // address of jzfile data field in ZipFile
339 private static native long getEntry(long jzfile, byte[] name, in getEntry()
343 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
609 private static native long getNextEntry(long jzfile, int i); in getNextEntry()
686 private static native void close(long jzfile); in close()
836 private static native int getTotal(long jzfile); in getTotal()
837 private static native boolean startsWithLOC(long jzfile); in startsWithLOC()
838 private static native int getManifestNum(long jzfile); in getManifestNum()
839 private static native int read(long jzfile, long jzentry, in read()
849 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DZipFile.java62 private long jzfile; // address of jzfile data field in ZipFile
339 private static native long getEntry(long jzfile, byte[] name, in getEntry()
343 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
609 private static native long getNextEntry(long jzfile, int i); in getNextEntry()
686 private static native void close(long jzfile); in close()
836 private static native int getTotal(long jzfile); in getTotal()
837 private static native boolean startsWithLOC(long jzfile); in startsWithLOC()
838 private static native int getManifestNum(long jzfile); in getManifestNum()
839 private static native int read(long jzfile, long jzentry, in read()
849 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DclassLoader.hpp88 typedef void* jzfile; typedef
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassLoader.hpp86 typedef void* jzfile; typedef
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DclassLoader.hpp87 typedef void* jzfile; typedef
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DclassLoader.hpp82 typedef void* jzfile; typedef
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DclassLoader.hpp88 typedef void* jzfile; typedef
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DclassLoader.hpp88 typedef void* jzfile; typedef
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp90 typedef void* jzfile; typedef
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp90 typedef void* jzfile; typedef
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassLoader.hpp86 typedef void* jzfile; typedef
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassLoader.hpp86 typedef void* jzfile; typedef