Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dconn.rs513 if let Some(encoder) = self.encode_head(head, body) { in write_head()
526 self.encode_head(head, Some(BodyLength::Known(body.remaining() as u64))) in write_full_msg()
542 fn encode_head( in encode_head() function