Home | History | Annotate | Download | only in libevent

Lines Matching refs:vecs

763 	/* pass 1: make sure that the pointers and lengths of vecs[] are in
2218 @param vecs An array of two or more iovecs or WSABUFs.
2219 @param n_vecs_avail The length of vecs
2228 struct evbuffer_iovec *vecs, int n_vecs_avail,
2254 vecs[i].iov_base = (void *)CHAIN_SPACE_PTR(chain);
2255 vecs[i].iov_len = avail;
2319 IOV_TYPE vecs[NUM_READ_IOVEC];
2321 nvecs = evbuffer_read_setup_vecs_(buf, howmuch, vecs,
2331 WSABUF_FROM_EVBUFFER_IOV(&vecs[i], &ev_vecs[i]);
2338 if (WSARecv(fd, vecs, nvecs, &bytesRead, &flags, NULL, NULL)) {
2349 n = readv(fd, vecs, nvecs);