Searched refs:end_of_context (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/compression/ |
D | stream_compression_test.cc | 74 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/rust/crates/grpcio-sys/grpc/src/core/lib/compression/ |
D | stream_compression_identity.cc | 64 bool* end_of_context) { in grpc_stream_decompress_identity() argument 69 if (end_of_context) { in grpc_stream_decompress_identity() 70 *end_of_context = false; in grpc_stream_decompress_identity()
|
D | stream_compression_gzip.cc | 40 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()
|
D | stream_compression.cc | 41 bool* end_of_context) { in grpc_stream_decompress() argument 43 end_of_context); in grpc_stream_decompress()
|
D | stream_compression.h | 60 bool* end_of_context); 94 bool* end_of_context);
|
/external/grpc-grpc/src/core/lib/compression/ |
D | stream_compression_identity.cc | 66 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()
|
D | stream_compression_gzip.cc | 40 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()
|
D | stream_compression.cc | 40 bool* end_of_context) { in grpc_stream_decompress() argument 42 end_of_context); in grpc_stream_decompress()
|
D | stream_compression.h | 60 bool* end_of_context); 94 bool* end_of_context);
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1895 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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1856 bool end_of_context; in grpc_chttp2_maybe_complete_recv_message() local 1867 &end_of_context)) { in grpc_chttp2_maybe_complete_recv_message() 1881 if (end_of_context) { in grpc_chttp2_maybe_complete_recv_message() 1946 bool end_of_context; in grpc_chttp2_maybe_complete_recv_trailing_metadata() local 1954 GRPC_HEADER_SIZE_IN_BYTES, &end_of_context)) { in grpc_chttp2_maybe_complete_recv_trailing_metadata() 1964 if (end_of_context) { in grpc_chttp2_maybe_complete_recv_trailing_metadata() 3021 bool end_of_context; in Pull() local 3026 MAX_SIZE_T, &end_of_context)) { in Pull() 3035 if (end_of_context) { in Pull()
|