Home
last modified time | relevance | path

Searched refs:nghttp3_buf_reset (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_buf.c53 void nghttp3_buf_reset(nghttp3_buf *buf) { buf->pos = buf->last = buf->begin; } in nghttp3_buf_reset() function
H A Dnghttp3_stream.c510 nghttp3_buf_reset(rbuf); in nghttp3_stream_write_header_block()
540 nghttp3_buf_reset(ebuf); in nghttp3_stream_write_header_block()
H A Dnghttp3_qpack.c3750 nghttp3_buf_reset(&decoder->dbuf); in nghttp3_qpack_decoder_write_decoder()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h679 * `nghttp3_buf_reset` sets :member:`buf->pos <nghttp3_buf.pos>` and
683 NGHTTP3_EXTERN void nghttp3_buf_reset(nghttp3_buf *buf);

Completed in 13 milliseconds