Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dpacket.rs309 out.put_bytes(&self.dcid)?; in to_bytes()
330 out.put_bytes(&self.dcid)?; in to_bytes()
333 out.put_bytes(&self.scid)?; in to_bytes()
341 out.put_bytes(v)?; in to_bytes()
353 out.put_bytes(self.token.as_ref().unwrap())?; in to_bytes()
589 b.put_bytes(&scid)?; in negotiate_version()
591 b.put_bytes(&dcid)?; in negotiate_version()
625 b.put_bytes(tag.as_ref())?; in retry()
679 pb.put_bytes(odcid)?; in compute_retry_integrity_tag()
680 pb.put_bytes(&b.buf()[..hdr_len])?; in compute_retry_integrity_tag()
[all …]
Dframe.rs375 b.put_bytes(&data)?; in to_bytes()
382 b.put_bytes(&token)?; in to_bytes()
403 b.put_bytes(data.as_ref())?; in to_bytes()
467 b.put_bytes(conn_id.as_ref())?; in to_bytes()
468 b.put_bytes(reset_token.as_ref())?; in to_bytes()
480 b.put_bytes(data.as_ref())?; in to_bytes()
486 b.put_bytes(data.as_ref())?; in to_bytes()
499 b.put_bytes(reason.as_ref())?; in to_bytes()
507 b.put_bytes(reason.as_ref())?; in to_bytes()
523 b.put_bytes(data.as_ref())?; in to_bytes()
Doctets.rs554 pub fn put_bytes(&mut self, v: &[u8]) -> Result<()> { in put_bytes() method
1045 fn put_bytes() { in put_bytes() function
1054 assert!(b.put_bytes(&p).is_ok()); in put_bytes()
Dlib.rs4280 b.put_bytes(&odcid)?; in encode()
4296 b.put_bytes(&token)?; in encode()
4398 b.put_bytes(&scid)?; in encode()
4404 b.put_bytes(&scid)?; in encode()
/external/rust/crates/quiche/src/h3/
Dframe.rs128 b.put_bytes(payload.as_ref())?; in to_bytes()
135 b.put_bytes(header_block.as_ref())?; in to_bytes()
206 b.put_bytes(header_block.as_ref())?; in to_bytes()
Dmod.rs936 b.put_bytes(buf)?; in send_dgram()
/external/python/cpython2/Lib/bsddb/
Ddbtables.py233 def put_bytes(self, key, value, txn=None) : member in bsdTableDB.__init__.db_py3k