Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc246 &t_->hpack_compressor, in EnactHpackSettings()
443 grpc_chttp2_encode_header(&t_->hpack_compressor, nullptr, 0, in FlushInitialMetadata()
534 grpc_chttp2_encode_header(&t_->hpack_compressor, in FlushTrailingMetadata()
Dinternal.h341 grpc_chttp2_hpack_compressor hpack_compressor; member
Dchttp2_transport.cc165 grpc_chttp2_hpack_compressor_destroy(&t->hpack_compressor); in destruct_transport()
263 &t->hpack_compressor, static_cast<uint32_t>(value)); in read_channel_args()
489 grpc_chttp2_hpack_compressor_init(&t->hpack_compressor); in init_transport()