Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h70 } grpc_chttp2_hptbl; typedef
73 void grpc_chttp2_hptbl_init(grpc_chttp2_hptbl* tbl);
74 void grpc_chttp2_hptbl_destroy(grpc_chttp2_hptbl* tbl);
75 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl,
77 grpc_error* grpc_chttp2_hptbl_set_current_table_size(grpc_chttp2_hptbl* tbl,
81 grpc_mdelem grpc_chttp2_hptbl_lookup(const grpc_chttp2_hptbl* tbl,
84 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl,
102 const grpc_chttp2_hptbl* tbl, grpc_mdelem md);
Dhpack_table.cc172 void grpc_chttp2_hptbl_init(grpc_chttp2_hptbl* tbl) { in grpc_chttp2_hptbl_init()
191 void grpc_chttp2_hptbl_destroy(grpc_chttp2_hptbl* tbl) { in grpc_chttp2_hptbl_destroy()
202 grpc_mdelem grpc_chttp2_hptbl_lookup(const grpc_chttp2_hptbl* tbl, in grpc_chttp2_hptbl_lookup()
220 static void evict1(grpc_chttp2_hptbl* tbl) { in evict1()
232 static void rebuild_ents(grpc_chttp2_hptbl* tbl, uint32_t new_cap) { in rebuild_ents()
246 void grpc_chttp2_hptbl_set_max_bytes(grpc_chttp2_hptbl* tbl, in grpc_chttp2_hptbl_set_max_bytes()
260 grpc_error* grpc_chttp2_hptbl_set_current_table_size(grpc_chttp2_hptbl* tbl, in grpc_chttp2_hptbl_set_current_table_size()
293 grpc_error* grpc_chttp2_hptbl_add(grpc_chttp2_hptbl* tbl, grpc_mdelem md) { in grpc_chttp2_hptbl_add()
345 const grpc_chttp2_hptbl* tbl, grpc_mdelem md) { in grpc_chttp2_hptbl_find()
Dhpack_parser.h91 grpc_chttp2_hptbl table;
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc35 static void assert_str(const grpc_chttp2_hptbl* tbl, grpc_slice mdstr, in assert_str()
40 static void assert_index(const grpc_chttp2_hptbl* tbl, uint32_t idx, in assert_index()
49 grpc_chttp2_hptbl tbl; in test_static_lookup()
120 grpc_chttp2_hptbl tbl; in test_many_additions()
153 static grpc_chttp2_hptbl_find_result find_simple(grpc_chttp2_hptbl* tbl, in find_simple()
167 grpc_chttp2_hptbl tbl; in test_find()