Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c893 typedef struct nghttp3_blocked_streams_key { struct
896 } nghttp3_blocked_streams_key; typedef
900 const nghttp3_blocked_streams_key *a = lhs; in max_cnt_greater()
901 const nghttp3_blocked_streams_key *b = rhs; in max_cnt_greater()
918 sizeof(nghttp3_blocked_streams_key), mem); in nghttp3_qpack_encoder_init()
2235 nghttp3_blocked_streams_key bsk = { in nghttp3_qpack_encoder_block_stream()
2246 nghttp3_blocked_streams_key bsk = { in nghttp3_qpack_encoder_unblock_stream()
2264 nghttp3_blocked_streams_key bsk = {max_cnt, 0}; in nghttp3_qpack_encoder_unblock()
2270 bsk = *(nghttp3_blocked_streams_key *)nghttp3_ksl_it_key(&it); in nghttp3_qpack_encoder_unblock()

Completed in 5 milliseconds