Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc149 grpc_chttp2_hptbl_set_max_bytes(&parser.table, 256); in test_vectors()
184 grpc_chttp2_hptbl_set_max_bytes(&parser.table, 256); in test_vectors()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h90 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl,
Dhpack_table.cc103 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl, in grpc_chttp2_hptbl_set_max_bytes() function
Dparsing.cc747 grpc_chttp2_hptbl_set_max_bytes( in init_settings_frame_parser()