Searched refs:read_bytes (Results 1 – 2 of 2) sorted by relevance
144 int read_bytes = 0; in read() local151 count = _inputStream.read(bytes[0], read_bytes, nBytesToRead - read_bytes); in read()155 read_bytes += count; in read()157 while(read_bytes >= 0 && read_bytes < nBytesToRead && count >= 0); in read()175 …if (DEBUG) System.err.println("##### " + getClass().getName() + " - read byte:" + read_bytes + " "… in read()177 return read_bytes; in read()
94 sal_Int32 read_bytes; in pack() local99 read_bytes = unzipped_stream->readBytes(buf, bufsize); in pack()100 buf.realloc(read_bytes); in pack()103 } while(read_bytes == bufsize); in pack()
Completed in 12 milliseconds