Searched refs:scopeBufArray (Results 1 – 1 of 1) sorted by relevance
370 ScopedByteBufferArray& scopeBufArray) { in byteBufferArrayToIOV() argument384 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()394 void* ptr = getScopedBytesFromByteBuffer(env, msgiovItem, byteLen, scopeBufArray.isRW()); in byteBufferArrayToIOV()400 scopeBufArray.setArrayItem(i, ptr); in byteBufferArrayToIOV()402 if (scopeBufArray.isRW()) { in byteBufferArrayToIOV()447 ScopedByteBufferArray& scopeBufArray, in convertStructMsghdrAndmsghdr() argument486 if (byteBufferArrayToIOV(env, msgIovArray, mhdr, scopeBufArray) == false) { in convertStructMsghdrAndmsghdr()490 if (!scopeBufArray.isRW()) { in convertStructMsghdrAndmsghdr()