Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc145 grpc_chttp2_hptbl_set_max_bytes(&parser.table, 256); in test_vectors()
179 grpc_chttp2_hptbl_set_max_bytes(&parser.table, 256); in test_vectors()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h75 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl,
Dhpack_table.cc246 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl, in grpc_chttp2_hptbl_set_max_bytes() function
Dparsing.cc713 grpc_chttp2_hptbl_set_max_bytes( in init_settings_frame_parser()