Searched refs:msgIovArraySize (Results 1 – 1 of 1) sorted by relevance
371 int msgIovArraySize = env->GetArrayLength(msgiovArray); in byteBufferArrayToIOV() local372 if (!msgIovArraySize) { in byteBufferArrayToIOV()378 struct iovec* iovarr = (struct iovec*)malloc(sizeof(iovec)*msgIovArraySize); in byteBufferArrayToIOV()384 if (scopeBufArray.initArray(msgIovArraySize) == false) { in byteBufferArrayToIOV()390 for (int i=0; i<msgIovArraySize; i++) in byteBufferArrayToIOV()413 mhdr.msg_iovlen = msgIovArraySize; in byteBufferArrayToIOV()