Home
last modified time | relevance | path

Searched refs:grpc_chttp2_get_static_hpack_table_index (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h93 uint8_t grpc_chttp2_get_static_hpack_table_index(grpc_mdelem md);
Dhpack_table.cc390 uint8_t grpc_chttp2_get_static_hpack_table_index(grpc_mdelem md) { in grpc_chttp2_get_static_hpack_table_index() function
Dhpack_encoder.cc692 uint8_t static_index = grpc_chttp2_get_static_hpack_table_index(md); in grpc_chttp2_encode_header()
701 uint8_t static_index = grpc_chttp2_get_static_hpack_table_index(l->md); in grpc_chttp2_encode_header()