Searched refs:CT_PAYLOAD_DATA (Results 1 – 4 of 4) sorted by relevance
9 pub(crate) const CT_PAYLOAD_DATA: ChunkType = ChunkType(0); constant31 CT_PAYLOAD_DATA => "DATA", in fmt()61 (CT_PAYLOAD_DATA, "DATA"), in test_chunk_type_string()
170 typ: CT_PAYLOAD_DATA, in header()179 if header.typ != CT_PAYLOAD_DATA { in unmarshal()
11 (CT_PAYLOAD_DATA, "DATA"), in test_chunk_type_string()
124 CT_PAYLOAD_DATA => Box::new(ChunkPayloadData::unmarshal(&raw.slice(offset..))?), in unmarshal()