Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c917 nghttp3_ksl_init(&encoder->blocked_streams, max_cnt_greater, in nghttp3_qpack_encoder_init()
944 nghttp3_ksl_free(&encoder->blocked_streams); in nghttp3_qpack_encoder_free()
1167 nghttp3_ksl_len(&encoder->blocked_streams); in nghttp3_qpack_encoder_encode()
2241 return nghttp3_ksl_insert(&encoder->blocked_streams, NULL, &bsk, stream); in nghttp3_qpack_encoder_block_stream()
2254 it = nghttp3_ksl_lower_bound(&encoder->blocked_streams, &bsk); in nghttp3_qpack_encoder_unblock_stream()
2259 nghttp3_ksl_remove_hint(&encoder->blocked_streams, NULL, &it, &bsk); in nghttp3_qpack_encoder_unblock_stream()
2267 it = nghttp3_ksl_lower_bound(&encoder->blocked_streams, &bsk); in nghttp3_qpack_encoder_unblock()
2271 nghttp3_ksl_remove_hint(&encoder->blocked_streams, &it, &it, &bsk); in nghttp3_qpack_encoder_unblock()
2334 nghttp3_ksl_clear(&encoder->blocked_streams); in nghttp3_qpack_encoder_ack_everything()
2362 return nghttp3_ksl_len(&encoder->blocked_streams); in nghttp3_qpack_encoder_get_num_blocked_streams()
[all...]
H A Dnghttp3_qpack.h231 /* blocked_streams is an ordered list of nghttp3_qpack_stream, in
234 nghttp3_ksl blocked_streams; member

Completed in 5 milliseconds