Searched refs:iovarr (Results 1 – 1 of 1) sorted by relevance
370 struct iovec* iovarr = (struct iovec*)malloc(sizeof(iovec)*msgIovArraySize); in byteBufferArrayToIOV() local371 if (!iovarr) { in byteBufferArrayToIOV()395 iovarr[i].iov_base = (unsigned char*)(((ScopedBytesRW*)ptr)->get()); in byteBufferArrayToIOV()398 iovarr[i].iov_base = (unsigned char*)(((ScopedBytesRO*)ptr)->get()); in byteBufferArrayToIOV()401 iovarr[i].iov_len = byteLen; in byteBufferArrayToIOV()404 mhdr.msg_iov = iovarr; in byteBufferArrayToIOV()