Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc136 GPR_ASSERT(grpc_chttp2_hptbl_add(&tbl, elem) == GRPC_ERROR_NONE); in test_many_additions()
178 GPR_ASSERT(grpc_chttp2_hptbl_add(&tbl, elem) == GRPC_ERROR_NONE); in test_find()
182 GPR_ASSERT(grpc_chttp2_hptbl_add(&tbl, elem) == GRPC_ERROR_NONE); in test_find()
186 GPR_ASSERT(grpc_chttp2_hptbl_add(&tbl, elem) == GRPC_ERROR_NONE); in test_find()
238 GPR_ASSERT(grpc_chttp2_hptbl_add(&tbl, elem) == GRPC_ERROR_NONE); in test_find()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h84 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl,
Dhpack_table.cc293 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl, grpc_mdelem md) { in grpc_chttp2_hptbl_add() function
Dhpack_parser.cc647 grpc_error* err = grpc_chttp2_hptbl_add(&p->table, md); in on_hdr()