Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_gaptr.c64 if (nghttp3_ksl_len(&gaptr->gap) == 0) { in nghttp3_gaptr_push()
107 if (nghttp3_ksl_len(&gaptr->gap) == 0) { in nghttp3_gaptr_first_gap_offset()
122 if (nghttp3_ksl_len(&gaptr->gap) == 0) { in nghttp3_gaptr_get_first_gap_after()
142 if (nghttp3_ksl_len(&gaptr->gap) == 0) { in nghttp3_gaptr_is_pushed()
158 if (nghttp3_ksl_len(&gaptr->gap) == 0) { in nghttp3_gaptr_drop_first_gap()
H A Dnghttp3_ksl.h253 * nghttp3_ksl_len returns the number of elements stored in |ksl|.
255 size_t nghttp3_ksl_len(nghttp3_ksl *ksl);
H A Dnghttp3_ksl.c745 size_t nghttp3_ksl_len(nghttp3_ksl *ksl) { return ksl->n; } in nghttp3_ksl_len() function
H A Dnghttp3_qpack.c1167 nghttp3_ksl_len(&encoder->blocked_streams); in nghttp3_qpack_encoder_encode()
2362 return nghttp3_ksl_len(&encoder->blocked_streams); in nghttp3_qpack_encoder_get_num_blocked_streams()
H A Dnghttp3_conn.c370 if (nghttp3_ksl_len(&conn->remote.bidi.idtr.gap.gap) > 32) { in conn_bidi_idtr_open()

Completed in 10 milliseconds