Lines Matching defs:iov_base
330 vec.iov_base = (char *)test_str;
352 vec[i].iov_base = (char *)test_str;
413 vec[i].iov_base = (void *)test_strs[i];
450 vec[i].iov_base = (void *)test_strs[i];
545 vec.iov_base = (char *)buf;
562 vec.iov_base = (char *)recv_mem;
576 char *iov_base[1024];
585 iov_base[i] = (char *)malloc(iov_len);
586 vec[i].iov_base = iov_base[i];
597 free(iov_base[i]);
1126 vec.iov_base = (char *)test_str;
1145 vec.iov_base = buf;