Home | History | Annotate | Download | only in dist

Lines Matching refs:vecs

765 	/* pass 1: make sure that the pointers and lengths of vecs[] are in
2225 @param vecs An array of two or more iovecs or WSABUFs.
2226 @param n_vecs_avail The length of vecs
2235 struct evbuffer_iovec *vecs, int n_vecs_avail,
2261 vecs[i].iov_base = (void *)CHAIN_SPACE_PTR(chain);
2262 vecs[i].iov_len = avail;
2326 IOV_TYPE vecs[NUM_READ_IOVEC];
2328 nvecs = evbuffer_read_setup_vecs_(buf, howmuch, vecs,
2338 WSABUF_FROM_EVBUFFER_IOV(&vecs[i], &ev_vecs[i]);
2345 if (WSARecv(fd, vecs, nvecs, &bytesRead, &flags, NULL, NULL)) {
2356 n = readv(fd, vecs, nvecs);