Home
last modified time | relevance | path

Searched refs:max_cnt (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.c894 uint64_t max_cnt; member
902 return a->max_cnt > b->max_cnt || (a->max_cnt == b->max_cnt && a->id < b->id); in max_cnt_greater()
1031 uint64_t max_cnt, uint64_t min_cnt) { in qpack_encoder_add_stream_ref() argument
1053 max_cnt > prev_max_cnt) { in qpack_encoder_add_stream_ref()
1058 rv = nghttp3_qpack_header_block_ref_new(&ref, max_cnt, min_cnt, mem); in qpack_encoder_add_stream_ref()
1069 if (max_cnt > prev_max_cnt && in qpack_encoder_add_stream_ref()
1144 uint64_t max_cnt = 0, min_cnt = UINT64_MAX; in nghttp3_qpack_encoder_encode() local
1173 rv = nghttp3_qpack_encoder_encode_nv(encoder, &max_cnt, &min_cnt, rbuf, in nghttp3_qpack_encoder_encode()
1180 nghttp3_qpack_encoder_write_field_section_prefix(encoder, pbuf, max_cnt, in nghttp3_qpack_encoder_encode()
1184 if (!max_cnt) { in nghttp3_qpack_encoder_encode()
[all …]
Dnghttp3_qpack.h105 uint64_t max_cnt; member
114 uint64_t max_cnt, uint64_t min_cnt,
509 uint64_t max_cnt);
/third_party/libbpf/src/
Dlibbpf_internal.h313 size_t cur_cnt, size_t max_cnt, size_t add_cnt);
Dbtf.c146 size_t cur_cnt, size_t max_cnt, size_t add_cnt) in libbpf_add_mem() argument
155 if (cur_cnt + add_cnt > max_cnt) in libbpf_add_mem()
162 if (new_cnt > max_cnt) /* but not exceeding a set limit */ in libbpf_add_mem()
163 new_cnt = max_cnt; in libbpf_add_mem()