Home
last modified time | relevance | path

Searched defs:put_bytes (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/
Doctets.rs554 pub fn put_bytes(&mut self, v: &[u8]) -> Result<()> { in put_bytes() method
1045 fn put_bytes() { in put_bytes() function
/external/python/cpython2/Lib/bsddb/
Ddbtables.py233 def put_bytes(self, key, value, txn=None) : member in bsdTableDB.__init__.db_py3k