Home
last modified time | relevance | path

Searched refs:riovec (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/src/
H A Dmemchunk_test.cc159 auto iovcnt = chunks.riovec(iov.data(), iov.size()); in test_memchunks_riovec()
174 iovcnt = chunks.riovec(iov.data(), iov.size()); in test_memchunks_riovec()
H A Dshrpx_live_check.cc481 auto iovcnt = wb_.riovec(&iov, 1); in write_tls()
550 auto iovcnt = wb_.riovec(&iov, 1); in write_clear()
H A Dshrpx_connection.cc485 auto iovcnt = tls.wbuf.riovec(iov, 1); in tls_handshake()
524 auto iovcnt = tls.wbuf.riovec(iov.data(), iov.size()); in tls_handshake()
757 auto iovcnt = tls.wbuf.riovec(iov.data(), iov.size()); in write_tls_pending_handshake()
H A Dshrpx_http_downstream_connection.cc1296 auto iovcnt = input->riovec(iov.data(), iov.size()); in write_clear()
1429 auto iovcnt = input->riovec(&iov, 1); in write_tls()
H A Dmemchunk.h359 int riovec(struct iovec *iov, int iovcnt) const { in riovec() function
H A Dshrpx_http2_session.cc2049 auto iovcnt = wb_.riovec(iov.data(), iov.size()); in write_clear()
2155 auto iovcnt = wb_.riovec(&iov, 1); in write_tls()
H A Dh2load.cc1298 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear()
1418 auto iovcnt = wb.riovec(&iov, 1); in write_tls()
H A Dnghttp.cc828 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear()
1400 auto iovcnt = wb.riovec(&iov, 1); in write_tls()
H A Dshrpx_https_upstream.cc1543 return buf->riovec(iov, iovcnt); in response_riovec()
H A Dshrpx_http2_upstream.cc2313 return wb_.riovec(iov, iovcnt); in response_riovec()

Completed in 21 milliseconds