Home | History | Annotate | Download | only in libevent

Lines Matching full:vecs

708 	/* pass 1: make sure that the pointers and lengths of vecs[] are in
2024 @param vecs An array of two or more iovecs or WSABUFs.
2025 @param n_vecs_avail The length of vecs
2034 struct evbuffer_iovec *vecs, int n_vecs_avail,
2058 vecs[i].iov_base = CHAIN_SPACE_PTR(chain);
2059 vecs[i].iov_len = avail;
2123 IOV_TYPE vecs[NUM_READ_IOVEC];
2125 nvecs = _evbuffer_read_setup_vecs(buf, howmuch, vecs,
2135 WSABUF_FROM_EVBUFFER_IOV(&vecs[i], &ev_vecs[i]);
2142 if (WSARecv(fd, vecs, nvecs, &bytesRead, &flags, NULL, NULL)) {
2153 n = readv(fd, vecs, nvecs);