Searched refs:ngtcp2_buf (Results 1 – 9 of 9) sorted by relevance
34 typedef struct ngtcp2_buf { struct47 } ngtcp2_buf; argument52 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;
48 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()
28 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()
58 ngtcp2_buf buf;
42 ngtcp2_buf buf;
57 ngtcp2_buf buf;
225 ngtcp2_buf buf;
1100 ngtcp2_buf buf; in ngtcp2_qlog_retry_pkt_received()1164 ngtcp2_buf buf; in ngtcp2_qlog_version_negotiation_pkt_received()
12 'ngtcp2/lib/ngtcp2_buf.c',