Home
last modified time | relevance | path

Searched refs:nghttp3_vec (Results 1 – 15 of 15) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http3_session.h52 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);
Dh2load_http3_session.cc68 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()
Dh2load_quic.cc648 std::array<nghttp3_vec, 16> vec; in write_quic()
Dshrpx_http3_upstream.cc797 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/
Dnghttp3_vec.c29 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()
Dnghttp3_rcbuf.c101 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()
Dnghttp3_vec.h39 int64_t nghttp3_vec_len_varint(const nghttp3_vec *vec, size_t n);
Dnghttp3_stream.c566 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()
Dnghttp3_stream.h297 nghttp3_vec *vec, size_t veccnt);
Dnghttp3_conn.c1897 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/
Dnghttp3.h555 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/
Ddata.h49 operator nghttp3_vec() const;
/third_party/node/deps/ngtcp2/
Dngtcp2.gyp78 'nghttp3/lib/nghttp3_vec.c',
/third_party/curl/lib/vquic/
Dcurl_osslq.c738 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()
Dcurl_ngtcp2.c911 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()