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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp585 // Read only 19 bytes, which is certain to contain #archive_options fields,
648 archive_options = hdr.getInt();
655 if ((archive_options & ~OPTION_LIMIT) != 0) {
657 archive_options);
662 if ((archive_options & AO_HAVE_FILE_HEADERS) != 0) {
749 if ((archive_options & AO_HAVE_FILE_HEADERS) != 0) {
760 if ((archive_options & AO_HAVE_SPECIAL_FORMATS) != 0) {
772 if (!(archive_options & AO_HAVE_CP_NUMBERS)) {
801 if ((archive_options & AO_HAVE_FILE_HEADERS) != 0)
803 if ((archive_options
[all...]
H A Dunpack.h208 int archive_next_count, archive_options, archive_modtime; member in struct:unpacker
273 uint flag_limit; // 32 or 63, depending on archive_options bit

Completed in 36 milliseconds