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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h158 bytes inbytes; // direct member in struct:unpacker
H A Dunpack.cpp563 // inbytes is all there is
564 input.set(inbytes);
568 // inbytes, if not empty, contains some read-ahead we must use first
571 // However, the caller must assume that we use up all of inbytes.
574 if (inbytes.len > FIRST_READ) {
580 input.b.copyFrom(inbytes);
582 rplimit += inbytes.len;
583 bytes_read += inbytes.len;
3515 // infileptr, infileno, inbytes, read_input_fn, jarout, or errstrm.
3563 SAVE(inbytes); // direc
[all...]

Completed in 41 milliseconds