Searched refs:dstsLength (Results 1 – 9 of 9) sorted by relevance
258 int dstsOffset, int dstsLength) throws SSLException { in unwrap() argument259 return delegate.unwrap(srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
121 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap() argument
739 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength)744 checkPositionIndexes(dstsOffset, dstsOffset + dstsLength, dsts.length);747 final int dstLength = calcDstsLength(dsts, dstsOffset, dstsLength);748 final int endOffset = dstsOffset + dstsLength;943 private static int calcDstsLength(ByteBuffer[] dsts, int dstsOffset, int dstsLength) {951 if (i >= dstsOffset && i < dstsOffset + dstsLength) {
633 final int dstsLength) throws SSLException { in unwrap() argument635 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
257 int dstsOffset, int dstsLength) throws SSLException { in unwrap() argument258 return delegate.unwrap(srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
738 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength)743 checkPositionIndexes(dstsOffset, dstsOffset + dstsLength, dsts.length);746 final int dstLength = calcDstsLength(dsts, dstsOffset, dstsLength);747 final int endOffset = dstsOffset + dstsLength;942 private static int calcDstsLength(ByteBuffer[] dsts, int dstsOffset, int dstsLength) {950 if (i >= dstsOffset && i < dstsOffset + dstsLength) {
120 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap() argument
623 final int dstsLength) throws SSLException { in unwrap() argument625 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...