Home
last modified time | relevance | path

Searched defs:new_cap (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc232 static void rebuild_ents(grpc_chttp2_hptbl* tbl, uint32_t new_cap) { in rebuild_ents()
285 uint32_t new_cap = GPR_MAX(tbl->max_entries, 16u); in grpc_chttp2_hptbl_set_current_table_size() local
Dhpack_encoder.cc621 static void rebuild_elems(grpc_chttp2_hpack_compressor* c, uint32_t new_cap) { in rebuild_elems()
654 uint32_t new_cap = GPR_MAX(c->max_table_elems, 16); in grpc_chttp2_hpack_compressor_set_max_table_size() local
/external/boringssl/src/ssl/
Dssl_buffer.cc47 bool SSLBuffer::EnsureCap(size_t header_len, size_t new_cap) { in EnsureCap()
Ds3_both.cc150 size_t new_cap = ssl->s3->pending_flight->length + max_out; in add_record_to_flight() local
/external/boringssl/src/crypto/
Dcpu-arm-linux.c86 size_t new_cap = cap * 2; in read_file() local