Home
last modified time | relevance | path

Searched refs:nghttp3_buf_init (Results 1 – 10 of 10) sorted by relevance

/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_qpack_test.c163 nghttp3_buf_init(&pbuf); in test_nghttp3_qpack_encoder_encode()
164 nghttp3_buf_init(&rbuf); in test_nghttp3_qpack_encoder_encode()
165 nghttp3_buf_init(&ebuf); in test_nghttp3_qpack_encoder_encode()
250 nghttp3_buf_init(&pbuf); in test_nghttp3_qpack_encoder_still_blocked()
251 nghttp3_buf_init(&rbuf); in test_nghttp3_qpack_encoder_still_blocked()
252 nghttp3_buf_init(&ebuf); in test_nghttp3_qpack_encoder_still_blocked()
326 nghttp3_buf_init(&pbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
327 nghttp3_buf_init(&rbuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
328 nghttp3_buf_init(&ebuf); in test_nghttp3_qpack_encoder_set_dtable_cap()
582 nghttp3_buf_init(&ebuf); in test_nghttp3_qpack_decoder_feedback()
[all …]
H A Dnghttp3_test_helper.c74 nghttp3_buf_init(&pbuf); in nghttp3_write_frame_qpack()
75 nghttp3_buf_init(&rbuf); in nghttp3_write_frame_qpack()
76 nghttp3_buf_init(&ebuf); in nghttp3_write_frame_qpack()
113 nghttp3_buf_init(&pbuf); in nghttp3_write_frame_qpack_dyn()
114 nghttp3_buf_init(&rbuf); in nghttp3_write_frame_qpack_dyn()
H A Dnghttp3_conn_test.c1934 nghttp3_buf_init(&ebuf); in test_nghttp3_conn_qpack_blocked_stream()
1994 nghttp3_buf_init(&ebuf); in test_nghttp3_conn_qpack_blocked_stream()
2833 nghttp3_buf_init(&ebuf); in test_nghttp3_conn_shutdown_stream_read()
/dports/www/libnghttp3/nghttp3-b9e565c/examples/
H A Dqpack_encode.cc140 nghttp3_buf_init(&pbuf); in encode()
141 nghttp3_buf_init(&rbuf); in encode()
142 nghttp3_buf_init(&ebuf); in encode()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_buf.c28 void nghttp3_buf_init(nghttp3_buf *buf) { in nghttp3_buf_init() function
H A Dnghttp3_stream.c485 nghttp3_buf_init(&pbuf); in nghttp3_stream_write_header_block()
500 nghttp3_buf_init(rbuf); in nghttp3_stream_write_header_block()
520 nghttp3_buf_init(ebuf); in nghttp3_stream_write_header_block()
603 nghttp3_buf_init(&buf); in nghttp3_stream_write_data()
H A Dnghttp3_qpack.c2640 nghttp3_buf_init(&rstate->namebuf); in nghttp3_qpack_read_state_reset()
2641 nghttp3_buf_init(&rstate->valuebuf); in nghttp3_qpack_read_state_reset()
2669 nghttp3_buf_init(&decoder->dbuf); in nghttp3_qpack_decoder_init()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h640 NGHTTP3_EXTERN void nghttp3_buf_init(nghttp3_buf *buf);
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dh09client.cc63 nghttp3_buf_init(&reqbuf); in Stream()
1510 nghttp3_buf_init(&stream->reqbuf); in submit_http_request()
H A Dh09server.cc79 nghttp3_buf_init(&respbuf); in Stream()