jdk/src/share/native/java/util/zip/zip_util.h
changeset 18223 35a5c2462991
parent 15256 9639ef45ef3e
child 23010 6dadb192ad81
equal deleted inserted replaced
18222:2b50015e08db 18223:35a5c2462991
   208     jlong mlen;           /* length (in bytes) mmaped */
   208     jlong mlen;           /* length (in bytes) mmaped */
   209     jlong offset;         /* offset of the mmapped region from the
   209     jlong offset;         /* offset of the mmapped region from the
   210                              start of the file. */
   210                              start of the file. */
   211     jboolean usemmap;     /* if mmap is used. */
   211     jboolean usemmap;     /* if mmap is used. */
   212 #endif
   212 #endif
       
   213     jboolean locsig;      /* if zip file starts with LOCSIG */
   213     cencache cencache;    /* CEN header cache */
   214     cencache cencache;    /* CEN header cache */
   214     ZFILE zfd;            /* open file descriptor */
   215     ZFILE zfd;            /* open file descriptor */
   215     void *lock;           /* read lock */
   216     void *lock;           /* read lock */
   216     char *comment;        /* zip file comment */
   217     char *comment;        /* zip file comment */
   217     jint clen;            /* length of the zip file comment */
   218     jint clen;            /* length of the zip file comment */