Home
last modified time | relevance | path

Searched defs:header_slice (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/virtio-vsock/src/
Dpacket.rs161 header_slice: VolatileSlice<'a, B>, field
182 pub fn header_slice(&self) -> &VolatileSlice<'a, B> { in header_slice() method
440 let header_slice = mem in from_tx_virtq_chain() localVariable
603 let header_slice = mem in from_rx_virtq_chain() localVariable
977 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
1117 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
1152 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc97 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect() local
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc97 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect() local
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dmod.rs235 let header_slice = header.as_slice(); in prepare_section_builder_buffer() localVariable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_stream.cc398 quiche::QuicheMemSlice header_slice(std::move(header)); in WriteDataFrameHeader() local