Searched refs:riovec (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
H A D | memchunk_test.cc | 159 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 D | shrpx_live_check.cc | 481 auto iovcnt = wb_.riovec(&iov, 1); in write_tls() 550 auto iovcnt = wb_.riovec(&iov, 1); in write_clear()
|
H A D | shrpx_connection.cc | 485 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 D | shrpx_http_downstream_connection.cc | 1296 auto iovcnt = input->riovec(iov.data(), iov.size()); in write_clear() 1429 auto iovcnt = input->riovec(&iov, 1); in write_tls()
|
H A D | memchunk.h | 359 int riovec(struct iovec *iov, int iovcnt) const { in riovec() function
|
H A D | shrpx_http2_session.cc | 2049 auto iovcnt = wb_.riovec(iov.data(), iov.size()); in write_clear() 2155 auto iovcnt = wb_.riovec(&iov, 1); in write_tls()
|
H A D | h2load.cc | 1298 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear() 1418 auto iovcnt = wb.riovec(&iov, 1); in write_tls()
|
H A D | nghttp.cc | 828 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear() 1400 auto iovcnt = wb.riovec(&iov, 1); in write_tls()
|
H A D | shrpx_https_upstream.cc | 1543 return buf->riovec(iov, iovcnt); in response_riovec()
|
H A D | shrpx_http2_upstream.cc | 2313 return wb_.riovec(iov, iovcnt); in response_riovec()
|
Completed in 21 milliseconds