Home
last modified time | relevance | path

Searched refs:iovarr (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
DNetworkUtilities.cpp370 struct iovec* iovarr = (struct iovec*)malloc(sizeof(iovec)*msgIovArraySize); in byteBufferArrayToIOV() local
371 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()