Home
last modified time | relevance | path

Searched refs:grpc_slice_malloc (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc67 slice = grpc_slice_malloc(4); in test_read_one_slice_malloc()
131 input_slice = grpc_slice_malloc(input_size); in read_compressed_slice()
179 slice = grpc_slice_malloc(4); in test_byte_buffer_from_reader()
211 slices[0] = grpc_slice_malloc(512); in test_readall()
213 slices[1] = grpc_slice_malloc(1024); in test_readall()
246 slices[0] = grpc_slice_malloc(512); in test_byte_buffer_copy()
248 slices[1] = grpc_slice_malloc(1024); in test_byte_buffer_copy()
Dpublic_headers_must_be_c89.c214 printf("%lx", (unsigned long) grpc_slice_malloc); in main()
/external/grpc-grpc/test/core/slice/
Dslice_test.cc46 slice = grpc_slice_malloc(length); in test_slice_malloc_returns_something_sensible()
147 slice = grpc_slice_malloc(length); in test_slice_sub_works()
187 slice = grpc_slice_malloc(length); in test_slice_split_head_works()
215 slice = grpc_slice_malloc(length); in test_slice_split_tail_works()
/external/grpc-grpc/include/grpc/
Dslice.h67 GPRAPI grpc_slice grpc_slice_malloc(size_t length);
70 #define GRPC_SLICE_MALLOC(len) grpc_slice_malloc(len)
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc114 grpc_slice slice = grpc_slice_malloc(stream->bytes_left); in decode_string_or_bytes_cb()
137 grpc_slice slice = grpc_slice_malloc(stream->bytes_left); in decode_repeated_string_cb()
Dtransport_security_common_api.cc103 *slice = grpc_slice_malloc(encoded_length); in grpc_gcp_rpc_protocol_versions_encode()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc150 grpc_slice CoreCodegen::grpc_slice_malloc(size_t length) { in grpc_slice_malloc() function in grpc::CoreCodegen
151 return ::grpc_slice_malloc(length); in grpc_slice_malloc()
/external/grpc-grpc/test/core/util/
Dparse_hexstring.cc35 slice = grpc_slice_malloc(nibbles / 2); in parse_hexstring()
Dslice_splitter.cc62 **dst_slices = grpc_slice_malloc(length); in grpc_split_slices()
/external/grpc-grpc/test/core/transport/chttp2/
Dvarint_test.cc35 slice = grpc_slice_malloc(nbytes); in test_varint()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h41 #define gpr_slice_malloc grpc_slice_malloc
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_openssl.cc43 grpc_slice slice = grpc_slice_malloc(size_t(size)); in OpenSslCachedSession()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h113 slice_ = grpc_slice_malloc(size); in allocate()
131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h102 slice_ = g_core_codegen_interface->grpc_slice_malloc( in Next()
Dslice.h53 : slice_(g_core_codegen_interface->grpc_slice_malloc(len)) {} in Slice()
Dcore_codegen.h93 grpc_slice grpc_slice_malloc(size_t length) override;
Dcore_codegen_interface.h111 virtual grpc_slice grpc_slice_malloc(size_t length) = 0;
/external/grpc-grpc/test/core/bad_client/tests/
Dlarge_metadata.cc119 meta.value = grpc_slice_malloc(metadata_value_size); in server_verifier_sends_too_much_metadata()
/external/grpc-grpc/
Dgrpc.def155 grpc_slice_malloc
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc106 grpc_slice response_slice = grpc_slice_malloc(ostream.bytes_written); in Check()
/external/grpc-grpc/test/core/compression/
Dmessage_compress_test.cc111 grpc_slice out = grpc_slice_malloc(length); in repeated()
Dstream_compression_test.cc204 grpc_slice_malloc(GRPC_SLICE_LENGTH(slice1) + GRPC_SLICE_LENGTH(slice2)); in test_stream_compression_drop_context()
/external/grpc-grpc/test/core/end2end/tests/
Dlarge_metadata.cc123 meta.value = grpc_slice_malloc(large_size); in test_request_with_large_metadata()
Dinvoke_large_request.cc86 grpc_slice slice = grpc_slice_malloc(1000000); in large_slice()
/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc119 out = grpc_slice_malloc(len); in merge_slices()

12