Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/
Dencoder.rs146 encode_not_indexed2( in encode_header()
174 encode_not_indexed2( in encode_header_without_name()
205 fn encode_not_indexed2(name: &[u8], value: &[u8], sensitive: bool, dst: &mut BytesMut) { in encode_not_indexed2() function