Home
last modified time | relevance | path

Searched refs:nghttp3_buf_reset (Results 1 – 7 of 7) sorted by relevance

/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_qpack_test.c88 nghttp3_buf_reset(pbuf); in check_decode_header()
89 nghttp3_buf_reset(rbuf); in check_decode_header()
90 nghttp3_buf_reset(ebuf); in check_decode_header()
361 nghttp3_buf_reset(&pbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
362 nghttp3_buf_reset(&rbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
363 nghttp3_buf_reset(&ebuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
388 nghttp3_buf_reset(&pbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
389 nghttp3_buf_reset(&rbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
390 nghttp3_buf_reset(&ebuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
420 nghttp3_buf_reset(&pbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
[all …]
H A Dnghttp3_conn_test.c1973 nghttp3_buf_reset(&buf); in test_nghttp3_conn_qpack_blocked_stream()
2041 nghttp3_buf_reset(&buf); in test_nghttp3_conn_qpack_blocked_stream()
2338 nghttp3_buf_reset(&buf); in test_nghttp3_conn_recv_goaway()
2375 nghttp3_buf_reset(&buf); in test_nghttp3_conn_recv_goaway()
2469 nghttp3_buf_reset(&buf); in test_nghttp3_conn_shutdown_server()
2546 nghttp3_buf_reset(&buf); in test_nghttp3_conn_shutdown_client()
2550 nghttp3_buf_reset(&buf); in test_nghttp3_conn_shutdown_client()
2602 nghttp3_buf_reset(&buf); in test_nghttp3_conn_priority_update()
2635 nghttp3_buf_reset(&buf); in test_nghttp3_conn_priority_update()
2662 nghttp3_buf_reset(&buf); in test_nghttp3_conn_priority_update()
[all …]
/dports/www/libnghttp3/nghttp3-b9e565c/examples/
H A Dqpack_encode.cc211 nghttp3_buf_reset(&pbuf); in encode()
212 nghttp3_buf_reset(&rbuf); in encode()
213 nghttp3_buf_reset(&ebuf); in encode()
/dports/www/libnghttp3/nghttp3-b9e565c/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.c509 nghttp3_buf_reset(rbuf); in nghttp3_stream_write_header_block()
539 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()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h677 NGHTTP3_EXTERN void nghttp3_buf_reset(nghttp3_buf *buf);