Searched defs:max_cnt (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ | ||
H A D | nghttp3_qpack.h | 105 uint64_t max_cnt; member |
H A D | nghttp3_qpack.c | 894 uint64_t max_cnt; member 1028 qpack_encoder_add_stream_ref(nghttp3_qpack_encoder *encoder, int64_t stream_id, nghttp3_qpack_stream *stream, uint64_t max_cnt, uint64_t min_cnt) qpack_encoder_add_stream_ref() argument 1144 uint64_t max_cnt = 0, min_cnt = UINT64_MAX; nghttp3_qpack_encoder_encode() local 1634 nghttp3_qpack_header_block_ref_new(nghttp3_qpack_header_block_ref **pref, uint64_t max_cnt, uint64_t min_cnt, const nghttp3_mem *mem) nghttp3_qpack_header_block_ref_new() argument 2262 nghttp3_qpack_encoder_unblock(nghttp3_qpack_encoder *encoder, uint64_t max_cnt) nghttp3_qpack_encoder_unblock() argument [all...] |
/third_party/libbpf/src/ | ||
H A D | btf.c | 145 libbpf_add_mem(void **data, size_t *cap_cnt, size_t elem_sz, size_t cur_cnt, size_t max_cnt, size_t add_cnt) libbpf_add_mem() argument |
Completed in 11 milliseconds