Lines Matching defs:iov_base
164 vec.iov_base = data;
193 vec.iov_base = data;
559 vec.iov_base = (char *)test_str;
581 vec[i].iov_base = (char *)test_str;
642 vec[i].iov_base = (void *)test_strs[i];
679 vec[i].iov_base = (void *)test_strs[i];
873 vec.iov_base = (char *)buf;
892 vec.iov_base = (char *)recv_mem;
905 char *iov_base[1024];
916 iov_base[i] = (char *)malloc(iov_len);
917 vec[i].iov_base = iov_base[i];
926 free(iov_base[i]);