Searched refs:nghttp3_vec (Results 1 – 15 of 15) sorted by relevance
/third_party/nghttp2/src/ |
D | h2load_http3_session.h | 52 void recv_header(int64_t stream_id, const nghttp3_vec *name, 53 const nghttp3_vec *value); 64 ssize_t write_stream(int64_t &stream_id, int &fin, nghttp3_vec *vec, 72 void read_data(nghttp3_vec *vec, size_t veccnt, uint32_t *pflags);
|
D | h2load_http3_session.cc | 68 nghttp3_ssize read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, in read_data() 79 void Http3Session::read_data(nghttp3_vec *vec, size_t veccnt, in read_data() 209 void Http3Session::recv_header(int64_t stream_id, const nghttp3_vec *name, in recv_header() 210 const nghttp3_vec *value) { in recv_header() 407 nghttp3_vec *vec, size_t veccnt) { in write_stream()
|
D | h2load_quic.cc | 648 std::array<nghttp3_vec, 16> vec; in write_quic()
|
D | shrpx_http3_upstream.cc | 797 std::array<nghttp3_vec, 16> vec; in write_streams() 1226 int64_t stream_id, nghttp3_vec *vec, in downstream_read_data_callback()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_vec.c | 29 uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len() 40 int64_t nghttp3_vec_len_varint(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len_varint()
|
D | nghttp3_rcbuf.c | 101 nghttp3_vec nghttp3_rcbuf_get_buf(const nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_get_buf() 102 nghttp3_vec res = {rcbuf->base, rcbuf->len}; in nghttp3_rcbuf_get_buf()
|
D | nghttp3_vec.h | 39 int64_t nghttp3_vec_len_varint(const nghttp3_vec *vec, size_t n);
|
D | nghttp3_stream.c | 566 nghttp3_vec vec[8]; in nghttp3_stream_write_data() 567 nghttp3_vec *v; in nghttp3_stream_write_data() 813 nghttp3_vec *vec, size_t veccnt) { in nghttp3_stream_writev() 819 nghttp3_vec *vbegin = vec, *vend = vec + veccnt; in nghttp3_stream_writev()
|
D | nghttp3_stream.h | 297 nghttp3_vec *vec, size_t veccnt);
|
D | nghttp3_conn.c | 1897 int *pfin, nghttp3_vec *vec, in conn_writev_stream() 1942 nghttp3_vec *vec, size_t veccnt) { in nghttp3_conn_writev_stream()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
D | nghttp3.h | 555 typedef struct nghttp3_vec { struct 565 } nghttp3_vec; argument 600 NGHTTP3_EXTERN nghttp3_vec nghttp3_rcbuf_get_buf(const nghttp3_rcbuf *rcbuf); 2067 nghttp3_vec *vec, 2274 nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, 2507 NGHTTP3_EXTERN uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t cnt);
|
/third_party/node/src/quic/ |
D | data.h | 49 operator nghttp3_vec() const;
|
/third_party/node/deps/ngtcp2/ |
D | ngtcp2.gyp | 78 'nghttp3/lib/nghttp3_vec.c',
|
/third_party/curl/lib/vquic/ |
D | curl_osslq.c | 738 nghttp3_vec h3name = nghttp3_rcbuf_get_buf(name); in cb_h3_recv_header() 739 nghttp3_vec h3val = nghttp3_rcbuf_get_buf(value); in cb_h3_recv_header() 864 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() 1358 nghttp3_vec vec[16]; in h3_send_streams()
|
D | curl_ngtcp2.c | 911 nghttp3_vec h3name = nghttp3_rcbuf_get_buf(name); in cb_h3_recv_header() 912 nghttp3_vec h3val = nghttp3_rcbuf_get_buf(value); in cb_h3_recv_header() 1232 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() 1637 nghttp3_vec vec[16]; in read_pkt_to_send()
|