HomeSort by: relevance | last modified time | path
    Searched refs:vecs (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 576 nghttp3_vec vecs[8] = { 0 }; local
616 vecs, ARRAY_LEN(vecs));
637 total_len = nghttp3_vec_len(vecs, num_vecs);
640 if (vecs[i].len == 0)
645 written = vecs[i].len;
646 } else if (!SSL_write_ex2(s->s, vecs[i].base, vecs[i].len, flags, &written)) {
  /src/external/bsd/libevent/dist/
buffer_iocp.c 259 struct evbuffer_iovec vecs[MAX_WSABUFS]; local
277 vecs, MAX_WSABUFS, &chainp, 1);
281 &vecs[i]);
evbuffer-internal.h 323 * Sets up the one or two iovecs in 'vecs' to point to the free memory and its
325 * Returns the number of vecs used.
328 struct evbuffer_iovec *vecs, int n_vecs, struct evbuffer_chain ***chainp,
buffer.c 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]; local
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))
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer_iocp.c 258 struct evbuffer_iovec vecs[MAX_WSABUFS]; local
276 vecs, MAX_WSABUFS, &chainp, 1);
280 &vecs[i]);
evbuffer-internal.h 323 * Sets up the one or two iovecs in 'vecs' to point to the free memory and its
325 * Returns the number of vecs used.
328 struct evbuffer_iovec *vecs, int n_vecs, struct evbuffer_chain ***chainp,
buffer.c 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]; local
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))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
array-view-selftests.c 534 Vec vecs[3]; local
536 gdb::array_view<Vec> view_array = vecs;
  /src/external/gpl3/gdb/dist/gdb/unittests/
array-view-selftests.c 534 Vec vecs[3]; local
536 gdb::array_view<Vec> view_array = vecs;

Completed in 26 milliseconds