Home
last modified time | relevance | path

Searched refs:readCEN (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/mapfiles/libzip/
H A Dreorder-sparc8 text: .text%readCEN: OUTPUTDIR/zip_util.o;
H A Dreorder-sparcv97 text: .text%readCEN: OUTPUTDIR/zip_util.o;
H A Dreorder-x868 text: .text%readCEN: OUTPUTDIR/zip_util.o;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/mapfiles/libzip/
H A Dreorder-sparc8 text: .text%readCEN: OUTPUTDIR/zip_util.o;
H A Dreorder-x868 text: .text%readCEN: OUTPUTDIR/zip_util.o;
H A Dreorder-sparcv97 text: .text%readCEN: OUTPUTDIR/zip_util.o;
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/inc/
H A DZipFile.hxx86 sal_Int32 readCEN();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/inc/
H A DZipFile.hxx86 sal_Int32 readCEN();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libzip/
H A Dzip_util.c568 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
704 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
886 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libzip/
H A Dzip_util.c568 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
704 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
886 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libzip/
H A Dzip_util.c568 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
704 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
886 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/native/libzip/
H A Dzip_util.c568 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
704 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
886 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/native/libzip/
H A Dzip_util.c575 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
711 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
893 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/util/zip/
H A Dzip_util.c566 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
703 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
888 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/util/zip/
H A Dzip_util.c566 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
703 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
888 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zipapi/
H A DZipFile.cxx85 if (bInitialise && readCEN() == -1 ) in ZipFile()
109 else if ( readCEN() == -1 ) in ZipFile()
874 sal_Int32 ZipFile::readCEN() in readCEN() function in ZipFile
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zipapi/
H A DZipFile.cxx85 if (bInitialise && readCEN() == -1 ) in ZipFile()
109 else if ( readCEN() == -1 ) in ZipFile()
874 sal_Int32 ZipFile::readCEN() in readCEN() function in ZipFile
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/native/libzip/
H A Dzip_util.c575 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
711 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
893 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/native/libzip/
H A Dzip_util.c575 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
711 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
893 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/native/libzip/
H A Dzip_util.c575 readCEN(jzfile *zip, jint knownTotal) in readCEN() function
711 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
893 if (readCEN(zip, -1) < 0) { in ZIP_Put_In_Cache0()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java1275 e = Entry.readCEN(this, inode.pos);
1375 return Entry.readCEN(this, inode.pos);
1924 static Entry readCEN(ZipFileSystem zipfs, int pos)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java1275 e = Entry.readCEN(this, inode.pos);
1375 return Entry.readCEN(this, inode.pos);
1924 static Entry readCEN(ZipFileSystem zipfs, int pos)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java1336 e = Entry.readCEN(this, inode);
1418 return Entry.readCEN(this, inode);
2130 static Entry readCEN(ZipFileSystem zipfs, IndexNode inode)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java1336 e = Entry.readCEN(this, inode);
1418 return Entry.readCEN(this, inode);
2130 static Entry readCEN(ZipFileSystem zipfs, IndexNode inode)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java1295 e = Entry.readCEN(this, inode);
1349 return Entry.readCEN(this, inode);
2026 static Entry readCEN(ZipFileSystem zipfs, IndexNode inode)

12