Home | History | Annotate | Download | only in channels

Lines Matching defs:buf2

2850         ByteBuffer buf2
2854 sent[1] = buf2;
2856 long whole = buf1.remaining() + buf2.remaining();
2863 assertTrue(whole == (write + buf1.remaining() + buf2.remaining()));
2890 ByteBuffer buf2 = ByteBuffer.allocate(bufSize * 10);
2894 sent[1] = buf2;