Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc116 grpc_chttp2_hptbl_destroy(&tbl); in test_static_lookup()
150 grpc_chttp2_hptbl_destroy(&tbl); in test_many_additions()
267 grpc_chttp2_hptbl_destroy(&tbl); in test_find()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h74 void grpc_chttp2_hptbl_destroy(grpc_chttp2_hptbl* tbl);
Dhpack_table.cc191 void grpc_chttp2_hptbl_destroy(grpc_chttp2_hptbl* tbl) { in grpc_chttp2_hptbl_destroy() function
Dhpack_parser.cc1564 grpc_chttp2_hptbl_destroy(&p->table); in grpc_chttp2_hpack_parser_destroy()