Searched refs:ZFILE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h190 * Use ZFILE to represent access to a file in a platform-indepenent
194 #define ZFILE jlong macro
196 #define ZFILE int macro
215 ZFILE zfd; /* open file descriptor */
258 ZIP_Put_In_Cache(const char *name, ZFILE zfd, char **pmsg, jlong lastModified);
261 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap);
H A Dzip_util.c85 * Opens the named file for reading, returning a ZFILE.
93 static ZFILE
135 ZFILE_Close(ZFILE zfd) {
144 ZFILE_read(ZFILE zfd, char *buf, jint nbytes) {
189 readFully(ZFILE zfd, void *buf, jlong len) {
217 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset)
310 const ZFILE zfd = zip->zfd;
744 ZFILE zfd = ZFILE_Open(name, mode);
804 ZIP_Put_In_Cache(const char *name, ZFILE zfd, char **pmsg, jlong lastModified)
810 ZIP_Put_In_Cache0(const char *name, ZFILE zf
[all...]
H A DZipFile.c99 ZFILE zfd = 0;

Completed in 1368 milliseconds