Home
last modified time | relevance | path

Searched refs:current_table_bytes (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc176 tbl->current_table_bytes = tbl->max_bytes = in grpc_chttp2_hptbl_init()
179 entries_for_bytes(tbl->current_table_bytes); in grpc_chttp2_hptbl_init()
262 if (tbl->current_table_bytes == bytes) { in grpc_chttp2_hptbl_set_current_table_size()
280 tbl->current_table_bytes = bytes; in grpc_chttp2_hptbl_set_current_table_size()
299 if (tbl->current_table_bytes > tbl->max_bytes) { in grpc_chttp2_hptbl_add()
305 tbl->max_bytes, tbl->current_table_bytes); in grpc_chttp2_hptbl_add()
312 if (elem_bytes > tbl->current_table_bytes) { in grpc_chttp2_hptbl_add()
330 static_cast<size_t>(tbl->current_table_bytes) - tbl->mem_used) { in grpc_chttp2_hptbl_add()
Dhpack_table.h59 uint32_t current_table_bytes; member