Searched refs:grpc_chttp2_hptbl_add (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_table_test.cc | 136 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/ |
D | hpack_table.h | 84 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl,
|
D | hpack_table.cc | 293 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl, grpc_mdelem md) { in grpc_chttp2_hptbl_add() function
|
D | hpack_parser.cc | 647 grpc_error* err = grpc_chttp2_hptbl_add(&p->table, md); in on_hdr()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_table.h | 120 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl,
|
D | hpack_table.cc | 148 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl, grpc_mdelem md) { in grpc_chttp2_hptbl_add() function
|
D | hpack_parser.cc | 657 grpc_error* err = grpc_chttp2_hptbl_add(&p->table, md); in on_hdr()
|