Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc74 bool end_of_context; in test_stream_compression_simple_compress_decompress() local
77 ~(size_t)0, &end_of_context)); in test_stream_compression_simple_compress_decompress()
109 bool end_of_context; in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local
113 max_output_size, &end_of_context)); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
115 GPR_ASSERT(end_of_context == false); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
124 remaining_size, &end_of_context)); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
126 GPR_ASSERT(end_of_context == true); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
157 bool end_of_context; in test_stream_compression_simple_compress_decompress_with_large_data() local
160 ~(size_t)0, &end_of_context)); in test_stream_compression_simple_compress_decompress_with_large_data()
216 bool end_of_context; in test_stream_compression_drop_context() local
[all …]
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_identity.cc66 bool* end_of_context) { in grpc_stream_decompress_identity() argument
71 if (end_of_context) { in grpc_stream_decompress_identity()
72 *end_of_context = false; in grpc_stream_decompress_identity()
Dstream_compression_gzip.cc40 bool* end_of_context) { in gzip_flate() argument
128 if (end_of_context) { in gzip_flate()
129 *end_of_context = eoc; in gzip_flate()
172 bool* end_of_context) { in grpc_stream_decompress_gzip() argument
180 Z_SYNC_FLUSH, end_of_context); in grpc_stream_decompress_gzip()
Dstream_compression.h60 bool* end_of_context);
94 bool* end_of_context);
Dstream_compression.cc40 bool* end_of_context) { in grpc_stream_decompress() argument
42 end_of_context); in grpc_stream_decompress()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1895 bool end_of_context; in grpc_chttp2_maybe_complete_recv_message() local
1906 &end_of_context)) { in grpc_chttp2_maybe_complete_recv_message()
1920 if (end_of_context) { in grpc_chttp2_maybe_complete_recv_message()
1974 bool end_of_context; in grpc_chttp2_maybe_complete_recv_trailing_metadata() local
1982 GRPC_HEADER_SIZE_IN_BYTES, &end_of_context)) { in grpc_chttp2_maybe_complete_recv_trailing_metadata()
1992 if (end_of_context) { in grpc_chttp2_maybe_complete_recv_trailing_metadata()
2918 bool end_of_context; in Pull() local
2923 MAX_SIZE_T, &end_of_context)) { in Pull()
2932 if (end_of_context) { in Pull()