Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc692 uint8_t static_index = grpc_chttp2_get_static_hpack_table_index(md); in grpc_chttp2_encode_header() local
693 if (static_index) { in grpc_chttp2_encode_header()
694 emit_indexed(c, static_index, &st); in grpc_chttp2_encode_header()
701 uint8_t static_index = grpc_chttp2_get_static_hpack_table_index(l->md); in grpc_chttp2_encode_header() local
702 if (static_index) { in grpc_chttp2_encode_header()
703 emit_indexed(c, static_index, &st); in grpc_chttp2_encode_header()