Home
last modified time | relevance | path

Searched refs:ngtcp2_buf (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_buf.h34 typedef struct ngtcp2_buf { struct
47 } ngtcp2_buf; argument
52 void ngtcp2_buf_init(ngtcp2_buf *buf, uint8_t *begin, size_t len);
58 void ngtcp2_buf_reset(ngtcp2_buf *buf);
77 size_t ngtcp2_buf_cap(const ngtcp2_buf *buf);
86 ngtcp2_buf buf;
Dngtcp2_ppe.c48 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_encode_hd()
86 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_encode_frame()
105 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_final()
179 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_padding()
193 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_padding_hp_sample()
213 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_padding_size()
228 ngtcp2_buf *buf = &ppe->buf; in ngtcp2_ppe_ensure_hp_sample()
Dngtcp2_buf.c28 void ngtcp2_buf_init(ngtcp2_buf *buf, uint8_t *begin, size_t len) { in ngtcp2_buf_init()
33 void ngtcp2_buf_reset(ngtcp2_buf *buf) { buf->pos = buf->last = buf->begin; } in ngtcp2_buf_reset()
35 size_t ngtcp2_buf_cap(const ngtcp2_buf *buf) { in ngtcp2_buf_cap()
Dngtcp2_balloc.h58 ngtcp2_buf buf;
Dngtcp2_ppe.h42 ngtcp2_buf buf;
Dngtcp2_qlog.h57 ngtcp2_buf buf;
Dngtcp2_conn.h225 ngtcp2_buf buf;
Dngtcp2_qlog.c1100 ngtcp2_buf buf; in ngtcp2_qlog_retry_pkt_received()
1164 ngtcp2_buf buf; in ngtcp2_qlog_version_negotiation_pkt_received()
/third_party/node/deps/ngtcp2/
Dngtcp2.gyp12 'ngtcp2/lib/ngtcp2_buf.c',