Searched refs:msgIovArraySize (Results 1 – 1 of 1) sorted by relevance
363 int msgIovArraySize = env->GetArrayLength(msgiovArray); in byteBufferArrayToIOV() local364 if (!msgIovArraySize) { in byteBufferArrayToIOV()370 struct iovec* iovarr = (struct iovec*)malloc(sizeof(iovec)*msgIovArraySize); in byteBufferArrayToIOV()376 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()382 for (int i=0; i<msgIovArraySize; i++) in byteBufferArrayToIOV()405 mhdr.msg_iovlen = msgIovArraySize; in byteBufferArrayToIOV()