Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_compress.cc40 grpc_channel_args* client_args_compression; member
67 if (ffd->client_args_compression != nullptr) { in chttp2_init_client_fullstack_compression()
69 grpc_channel_args_destroy(ffd->client_args_compression); in chttp2_init_client_fullstack_compression()
71 ffd->client_args_compression = grpc_channel_args_set_compression_algorithm( in chttp2_init_client_fullstack_compression()
74 ffd->localaddr, ffd->client_args_compression, nullptr); in chttp2_init_client_fullstack_compression()
100 grpc_channel_args_destroy(ffd->client_args_compression); in chttp2_tear_down_fullstack_compression()