Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc210 grpc_slice_buffer_move_into(&conn->client_deferred_write_buffer, in on_client_write_done()
235 grpc_slice_buffer_move_into(&conn->server_deferred_write_buffer, in on_server_write_done()
262 grpc_slice_buffer_move_into(&conn->client_read_buffer, in on_client_read_done()
265 grpc_slice_buffer_move_into(&conn->client_read_buffer, in on_client_read_done()
293 grpc_slice_buffer_move_into(&conn->server_read_buffer, in on_server_read_done()
296 grpc_slice_buffer_move_into(&conn->server_read_buffer, in on_server_read_done()
/external/grpc-grpc/src/core/tsi/
Dlocal_transport_security.cc61 grpc_slice_buffer_move_into(unprotected_slices, protected_slices); in local_zero_copy_grpc_protector_protect()
74 grpc_slice_buffer_move_into(protected_slices, unprotected_slices); in local_zero_copy_grpc_protector_unprotect()
Dfake_transport_security.cc445 grpc_slice_buffer_move_into(protected_slices, &impl->protected_sb); in fake_zero_copy_grpc_protector_unprotect()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc115 grpc_slice_buffer_move_into(unprotected_slices, protected_slices); in alts_grpc_integrity_only_protect()
178 grpc_slice_buffer_move_into(&integrity_only_record_protocol->data_sb, in alts_grpc_integrity_only_unprotect()
Dalts_zero_copy_grpc_protector.cc186 grpc_slice_buffer_move_into(protected_slices, &protector->protected_sb); in alts_zero_copy_grpc_protector_unprotect()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h62 #define gpr_slice_buffer_move_into grpc_slice_buffer_move_into
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_identity.cc41 grpc_slice_buffer_move_into(in, out); in grpc_stream_compression_pass_through()
/external/grpc-grpc/include/grpc/
Dslice_buffer.h59 GPRAPI void grpc_slice_buffer_move_into(grpc_slice_buffer* src,
/external/grpc-grpc/
Dgrpc.def190 grpc_slice_buffer_move_into
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc233 void grpc_slice_buffer_move_into(grpc_slice_buffer* src, in grpc_slice_buffer_move_into() function
255 grpc_slice_buffer_move_into(src, dst); in slice_buffer_move_first_maybe_ref()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c249 printf("%lx", (unsigned long) grpc_slice_buffer_move_into); in main()
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm193 grpc_slice_buffer_move_into(&read_one_slice, &read_slices);
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc220 grpc_slice_buffer_move_into(&t_->qbuf, &t_->outbuf); in FlushQueuedBuffers()
Dchttp2_transport.cc3166 grpc_slice_buffer_move_into(read_buffer, &t->read_buffer); in grpc_chttp2_transport_start_reading()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h610 #define grpc_slice_buffer_move_into grpc_slice_buffer_move_into_import macro