/aosp_15_r20/external/grpc-grpc/test/core/slice/ |
H A D | c_slice_buffer_test.cc | 122 grpc_slice_buffer_move_first(&src, 4, &dst); in test_slice_buffer_move_first() 130 grpc_slice_buffer_move_first(&src, 3, &dst); in test_slice_buffer_move_first() 138 grpc_slice_buffer_move_first(&src, 2, &dst); in test_slice_buffer_move_first()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_integrity_only_record_protocol.cc | 144 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_integrity_only_unprotect() 150 grpc_slice_buffer_move_first(protected_slices, in alts_grpc_integrity_only_unprotect()
|
D | alts_zero_copy_grpc_protector.cc | 162 grpc_slice_buffer_move_first(unprotected_slices, in alts_zero_copy_grpc_protector_protect() 206 grpc_slice_buffer_move_first(&protector->protected_sb, in alts_zero_copy_grpc_protector_unprotect()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 98 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_privacy_integrity_unprotect()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
H A D | alts_grpc_integrity_only_record_protocol.cc | 144 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_integrity_only_unprotect() 150 grpc_slice_buffer_move_first(protected_slices, in alts_grpc_integrity_only_unprotect()
|
H A D | alts_zero_copy_grpc_protector.cc | 162 grpc_slice_buffer_move_first(unprotected_slices, in alts_zero_copy_grpc_protector_protect() 206 grpc_slice_buffer_move_first(&protector->protected_sb, in alts_zero_copy_grpc_protector_unprotect()
|
H A D | alts_grpc_privacy_integrity_record_protocol.cc | 98 grpc_slice_buffer_move_first(protected_slices, rp->header_length, in alts_grpc_privacy_integrity_unprotect()
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
H A D | alts_zero_copy_grpc_protector_test.cc | 198 grpc_slice_buffer_move_first(&var->protected_sb, staging_sb_size, in seal_unseal_small_buffer() 240 grpc_slice_buffer_move_first(&var->protected_sb, channel_size, in seal_unseal_large_buffer()
|
H A D | alts_grpc_record_protocol_test.cc | 408 grpc_slice_buffer_move_first( in input_check()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ |
H A D | fake_transport_security.cc | 449 grpc_slice_buffer_move_first(unprotected_slices, data_length, in fake_zero_copy_grpc_protector_protect() 477 grpc_slice_buffer_move_first(&impl->protected_sb, in fake_zero_copy_grpc_protector_unprotect() 480 grpc_slice_buffer_move_first( in fake_zero_copy_grpc_protector_unprotect()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
D | fake_transport_security.cc | 449 grpc_slice_buffer_move_first(unprotected_slices, data_length, in fake_zero_copy_grpc_protector_protect() 477 grpc_slice_buffer_move_first(&impl->protected_sb, in fake_zero_copy_grpc_protector_unprotect() 480 grpc_slice_buffer_move_first( in fake_zero_copy_grpc_protector_unprotect()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | slice_buffer.h | 65 GPRAPI void grpc_slice_buffer_move_first(grpc_slice_buffer* src, size_t n,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | slice_buffer.h | 65 GPRAPI void grpc_slice_buffer_move_first(grpc_slice_buffer* src, size_t n,
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | slice_buffer.h | 64 GPRAPI void grpc_slice_buffer_move_first(grpc_slice_buffer* src, size_t n,
|
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/ |
H A D | slice_buffer.h | 105 grpc_slice_buffer_move_first(&slice_buffer_, n, &other.slice_buffer_); in MoveFirstNBytesIntoSliceBuffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/ |
D | slice_buffer.h | 106 grpc_slice_buffer_move_first(&slice_buffer_, n, &other.slice_buffer_); in MoveFirstNBytesIntoSliceBuffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/ |
D | slice_buffer.h | 106 grpc_slice_buffer_move_first(&slice_buffer_, n, &other.slice_buffer_); in MoveFirstNBytesIntoSliceBuffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice_buffer.h | 96 grpc_slice_buffer_move_first(&slice_buffer_, n, &other.slice_buffer_); in MoveFirstNBytesIntoSliceBuffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 134 grpc_slice_buffer_move_first(slices, length, stream_out->c_slice_buffer()); in grpc_deframe_unprocessed_incoming_frames()
|
D | hpack_encoder.cc | 105 grpc_slice_buffer_move_first(raw.c_slice_buffer(), len, output); in Frame()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/ |
H A D | slice_buffer.h | 125 grpc_slice_buffer_move_first(&slice_buffer_, n, &other.slice_buffer_); in MoveFirstNBytesIntoSliceBuffer()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_data.cc | 135 grpc_slice_buffer_move_first(slices, length, stream_out->c_slice_buffer()); in grpc_deframe_unprocessed_incoming_frames()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.def | 217 grpc_slice_buffer_move_first
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.def | 220 grpc_slice_buffer_move_first
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | secure_endpoint_test.cc | 68 grpc_slice_buffer_move_first(slices, next_frame_size, &m->staging_buffer); in me_write()
|