Searched refs:archive_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h207 size_t archive_size; member in struct:unpacker
H A Dunpack.cpp521 // Do the archive_size dance to set the size of the input mega-buffer.
526 AH_LENGTH_0 = 3, //minver, majver, options are outside of archive_size
541 assert(ARCHIVE_SIZE_MIN == 10); // # of UNSIGNED5 fields required after archive_size
543 // archive_size[0], cp_counts[8], class_counts[4], for a total of 19 bytes.
544 // (Note that archive_size is optional; it may be 0..10 bytes in length.)
550 // Up through archive_size, the largest possible archive header is
551 // magic[4], {minver,majver,options}[4], archive_size[10].
553 // In order to parse archive_size, we need at least this many bytes
666 archive_size = (size_t) x;
667 if (archive_size !
[all...]

Completed in 36 milliseconds