Searched refs:static_index (Results 1 – 1 of 1) sorted by relevance
692 uint8_t static_index = grpc_chttp2_get_static_hpack_table_index(md); in grpc_chttp2_encode_header() local693 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() local702 if (static_index) { in grpc_chttp2_encode_header()703 emit_indexed(c, static_index, &st); in grpc_chttp2_encode_header()