Searched refs:scopeBufArray (Results 1 – 1 of 1) sorted by relevance
362 ScopedByteBufferArray& scopeBufArray) { in byteBufferArrayToIOV() argument376 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()386 void* ptr = getScopedBytesFromByteBuffer(env, msgiovItem, byteLen, scopeBufArray.isRW()); in byteBufferArrayToIOV()392 scopeBufArray.setArrayItem(i, ptr); in byteBufferArrayToIOV()394 if (scopeBufArray.isRW()) { in byteBufferArrayToIOV()439 ScopedByteBufferArray& scopeBufArray, in convertStructMsghdrAndmsghdr() argument478 if (byteBufferArrayToIOV(env, msgIovArray, mhdr, scopeBufArray) == false) { in convertStructMsghdrAndmsghdr()482 if (!scopeBufArray.isRW()) { in convertStructMsghdrAndmsghdr()