Searched refs:grpc_chttp2_encode_header (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/test/core/transport/chttp2/ |
D | hpack_encoder_test.cc | 208 grpc_chttp2_encode_header(&g_compressor, nullptr, 0, &b, &hopt, &output); in verify() 280 grpc_chttp2_encode_header(&g_compressor, nullptr, 0, &b, &hopt, &output); in verify_continuation_headers() 370 grpc_chttp2_encode_header(&g_compressor, nullptr, 0, &b, &hopt, &output); in verify_table_size_change_match_elem_size()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.h | 100 void grpc_chttp2_encode_header(grpc_chttp2_hpack_compressor* c,
|
D | writing.cc | 466 grpc_chttp2_encode_header(&t_->hpack_compressor, nullptr, 0, in FlushInitialMetadata() 572 grpc_chttp2_encode_header(&t_->hpack_compressor, in FlushTrailingMetadata()
|
D | hpack_encoder.cc | 834 void grpc_chttp2_encode_header(grpc_chttp2_hpack_compressor* c, in grpc_chttp2_encode_header() function
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_hpack.cc | 92 grpc_chttp2_encode_header(c.get(), nullptr, 0, &b, &hopt, &outbuf); in BM_HpackEncoderEncodeDeadline() 143 grpc_chttp2_encode_header(c.get(), nullptr, 0, &b, &hopt, &outbuf); in BM_HpackEncoderEncodeHeader()
|