Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/handshake/
H A Dhandshake_server.rs231 let content = digest_processor.generate_and_fill_digest()?; in write_s1() localVariable
234 self.writer.write(&content[..])?; in write_s1()
260 let content = [data, digtest].concat(); in write_s2() localVariable
263 self.writer.write(&content[..])?; in write_s2()
/xiu/application/xiu/src/config/
H A Dmod.rs174 let content = fs::read_to_string(cfg_path)?; in load() localVariable
175 let decoded_config = toml::from_str(&content[..]).unwrap(); in load()