Searched refs:grpc_slice_buffer_move_first (Results 1 – 15 of 15) sorted by relevance
/external/grpc-grpc/test/core/slice/ |
D | slice_buffer_test.cc | 85 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/ |
D | alts_grpc_integrity_only_record_protocol.cc | 142 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()
|
D | alts_zero_copy_grpc_protector.cc | 161 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()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 96 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_privacy_integrity_unprotect()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | gpr_slice.h | 64 #define gpr_slice_buffer_move_first grpc_slice_buffer_move_first
|
/external/grpc-grpc/src/core/lib/compression/ |
D | stream_compression_identity.cc | 46 grpc_slice_buffer_move_first(in, max_output_size, out); in grpc_stream_compression_pass_through()
|
/external/grpc-grpc/include/grpc/ |
D | slice_buffer.h | 65 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/ |
D | alts_zero_copy_grpc_protector_test.cc | 183 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()
|
D | alts_grpc_record_protocol_test.cc | 383 grpc_slice_buffer_move_first( in input_check()
|
/external/grpc-grpc/src/core/tsi/ |
D | fake_transport_security.cc | 430 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/ |
D | grpc.def | 192 grpc_slice_buffer_move_first
|
/external/grpc-grpc/test/core/util/ |
D | trickle_endpoint.cc | 182 grpc_slice_buffer_move_first(&te->write_buffer, in grpc_trickle_endpoint_trickle()
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 251 printf("%lx", (unsigned long) grpc_slice_buffer_move_first); in main()
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 290 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/ |
D | rb_grpc_imports.generated.h | 616 #define grpc_slice_buffer_move_first grpc_slice_buffer_move_first_import macro
|