Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/slice/
Dslice_buffer_test.cc85 grpc_slice_buffer_move_first(&src, 4, &dst); in test_slice_buffer_move_first()
93 grpc_slice_buffer_move_first(&src, 3, &dst); in test_slice_buffer_move_first()
101 grpc_slice_buffer_move_first(&src, 2, &dst); in test_slice_buffer_move_first()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc142 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_integrity_only_unprotect()
149 grpc_slice_buffer_move_first(protected_slices, in alts_grpc_integrity_only_unprotect()
Dalts_zero_copy_grpc_protector.cc161 grpc_slice_buffer_move_first(unprotected_slices, in alts_zero_copy_grpc_protector_protect()
205 grpc_slice_buffer_move_first(&protector->protected_sb, in alts_zero_copy_grpc_protector_unprotect()
Dalts_grpc_privacy_integrity_record_protocol.cc96 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_privacy_integrity_unprotect()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h64 #define gpr_slice_buffer_move_first grpc_slice_buffer_move_first
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_identity.cc46 grpc_slice_buffer_move_first(in, max_output_size, out); in grpc_stream_compression_pass_through()
/external/grpc-grpc/include/grpc/
Dslice_buffer.h65 GPRAPI void grpc_slice_buffer_move_first(grpc_slice_buffer* src, size_t n,
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc183 grpc_slice_buffer_move_first(&var->protected_sb, staging_sb_size, in seal_unseal_small_buffer()
217 grpc_slice_buffer_move_first(&var->protected_sb, channel_size, in seal_unseal_large_buffer()
Dalts_grpc_record_protocol_test.cc383 grpc_slice_buffer_move_first( in input_check()
/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc430 grpc_slice_buffer_move_first(unprotected_slices, data_length, in fake_zero_copy_grpc_protector_protect()
458 grpc_slice_buffer_move_first(&impl->protected_sb, in fake_zero_copy_grpc_protector_unprotect()
461 grpc_slice_buffer_move_first( in fake_zero_copy_grpc_protector_unprotect()
/external/grpc-grpc/
Dgrpc.def192 grpc_slice_buffer_move_first
/external/grpc-grpc/test/core/util/
Dtrickle_endpoint.cc182 grpc_slice_buffer_move_first(&te->write_buffer, in grpc_trickle_endpoint_trickle()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c251 printf("%lx", (unsigned long) grpc_slice_buffer_move_first); in main()
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc290 void grpc_slice_buffer_move_first(grpc_slice_buffer* src, size_t n, in grpc_slice_buffer_move_first() function
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h616 #define grpc_slice_buffer_move_first grpc_slice_buffer_move_first_import macro