Home
last modified time | relevance | path

Searched refs:nghttp3_qpack_stream_get_max_cnt (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h138 uint64_t nghttp3_qpack_stream_get_max_cnt(const nghttp3_qpack_stream *stream);
H A Dnghttp3_qpack.c1051 prev_max_cnt = nghttp3_qpack_stream_get_max_cnt(stream); in qpack_encoder_add_stream_ref()
1281 return stream && encoder->krcnt < nghttp3_qpack_stream_get_max_cnt(stream); in nghttp3_qpack_encoder_stream_is_blocked()
1718 uint64_t nghttp3_qpack_stream_get_max_cnt(const nghttp3_qpack_stream *stream) { in nghttp3_qpack_stream_get_max_cnt() function

Completed in 12 milliseconds