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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.h44 uint output_file_offset; member in struct:jar
H A Dzip.cpp93 output_file_offset += rc;
149 header[21] = (ushort)GET_INT_LO(output_file_offset);
150 header[22] = (ushort)GET_INT_HI(output_file_offset);
229 header[8] = (ushort)GET_INT_LO(output_file_offset);
230 header[9] = (ushort)GET_INT_HI(output_file_offset);
235 PRINTCR((2, "Central directory at %d\n", output_file_offset));
239 PRINTCR((2, "end-of-directory at %d\n", output_file_offset));

Completed in 792 milliseconds