Searched refs:CT_RECONFIG (Results 1 – 5 of 5) sorted by relevance
24 pub(crate) const CT_RECONFIG: ChunkType = ChunkType(130); constant46 CT_RECONFIG => "RECONFIG", // Re-configuration in fmt()76 (CT_RECONFIG, "RECONFIG"), in test_chunk_type_string()
56 typ: CT_RECONFIG, in header()65 if header.typ != CT_RECONFIG { in unmarshal()
297 chunk_types: vec![CT_RECONFIG, CT_FORWARD_TSN], in set_supported_extensions()
26 (CT_RECONFIG, "RECONFIG"), in test_chunk_type_string()
126 CT_RECONFIG => Box::new(ChunkReconfig::unmarshal(&raw.slice(offset..))?), in unmarshal()