Home
last modified time | relevance | path

Searched refs:qpack_sctx (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h218 nghttp3_qpack_stream_context qpack_sctx; member
H A Dnghttp3_conn.c198 return lhs->qpack_sctx.ricnt < rhs->qpack_sctx.ricnt; in ricnt_less()
1123 if (nghttp3_qpack_stream_context_get_ricnt(&stream->qpack_sctx) > in nghttp3_conn_read_qpack_encoder()
1564 nread = nghttp3_qpack_decoder_read_request(qdec, &stream->qpack_sctx, &nv, in conn_decode_headers()
1589 nghttp3_qpack_stream_context_reset(&stream->qpack_sctx); in conn_decode_headers()
H A Dnghttp3_stream.c73 nghttp3_qpack_stream_context_init(&stream->qpack_sctx, stream_id, mem); in nghttp3_stream_new()
162 nghttp3_qpack_stream_context_free(&stream->qpack_sctx); in nghttp3_stream_del()

Completed in 5 milliseconds