Searched refs:wrapiov (Results 1 – 1 of 1) sorted by relevance
1049 std::vector<iovec> wrapiov; in DdmSendChunkV() local1050 wrapiov.push_back(iovec()); in DdmSendChunkV()1052 wrapiov.push_back(iov[i]); in DdmSendChunkV()1065 wrapiov[0].iov_base = header; in DdmSendChunkV()1066 wrapiov[0].iov_len = sizeof(header); in DdmSendChunkV()1083 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()1087 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()