Searched refs:wrapiov (Results 1 – 1 of 1) sorted by relevance
1299 std::vector<iovec> wrapiov; in DdmSendChunkV() local1300 wrapiov.push_back(iovec()); in DdmSendChunkV()1302 wrapiov.push_back(iov[i]); in DdmSendChunkV()1308 wrapiov[0].iov_base = header; in DdmSendChunkV()1309 wrapiov[0].iov_len = sizeof(header); in DdmSendChunkV()1326 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()1329 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()