Home | History | Annotate | Download | only in src

Lines Matching refs:iov_base

148     parts[count++].iov_base = &out;
150 parts[count++].iov_base = (char *) pad;
155 parts[count++].iov_base = auth_info->name;
157 parts[count++].iov_base = (char *) pad;
159 parts[count++].iov_base = auth_info->data;
161 parts[count++].iov_base = (char *) pad;
233 int ret = send(c->fd, vec->iov_base, vec->iov_len, 0);
249 vec->iov_base = (char *)vec->iov_base + ret;
315 (*vector)->iov_base = (char *) (*vector)->iov_base + cur;