Searched refs:CT_ABORT (Results 1 – 4 of 4) sorted by relevance
15 pub(crate) const CT_ABORT: ChunkType = ChunkType(6); constant37 CT_ABORT => "ABORT", in fmt()67 (CT_ABORT, "ABORT"), in test_chunk_type_string()
47 typ: CT_ABORT, in header()56 if header.typ != CT_ABORT { in unmarshal()
17 (CT_ABORT, "ABORT"), in test_chunk_type_string()
120 CT_ABORT => Box::new(ChunkAbort::unmarshal(&raw.slice(offset..))?), in unmarshal()