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