Searched refs:remains (Results 1 – 4 of 4) sorted by relevance
313 final int remains = handshake.getInt() - ProtocolConstants.QUERY_HEADER_SIZE; in onAccept() local327 if (remains > 0) { in onAccept()329 byte[] discard = new byte[remains]; in onAccept()336 final byte[] name_array = new byte[remains]; in onAccept()
639 int remains = header.getInt() - ProtocolConstants.PACKET_HEADER_SIZE; in runIOLooper() local654 remains -= ext; in runIOLooper()655 final ByteBuffer msg_data = ByteBuffer.allocate(remains); in runIOLooper()672 remains -= extq; in runIOLooper()673 final ByteBuffer query_data = ByteBuffer.allocate(remains); in runIOLooper()686 final byte[] discard_data = new byte[remains]; in runIOLooper()
126 // remains consistent on all systems.
131 // remains consistent on all systems.