Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/amf0/
H A Damf0_markers.rs5 pub const NULL: u8 = 0x05; constant
H A Damf0_writer.rs66 self.writer.write_u8(amf0_markers::NULL)?; in write_null()
H A Damf0_reader.rs48 amf0_markers::NULL => self.read_null(), in read_any()
/xiu/protocol/rtmp/src/messages/
H A Dparser.rs48 Err(_) => amf_reader.read_with_type(amf0_markers::NULL)?, in parse()