Searched refs:CT_COOKIE_ECHO (Results 1 – 4 of 4) sorted by relevance
19 pub(crate) const CT_COOKIE_ECHO: ChunkType = ChunkType(10); constant41 CT_COOKIE_ECHO => "COOKIE-ECHO", in fmt()71 (CT_COOKIE_ECHO, "COOKIE-ECHO"), in test_chunk_type_string()
31 typ: CT_COOKIE_ECHO, in header()40 if header.typ != CT_COOKIE_ECHO { in unmarshal()
21 (CT_COOKIE_ECHO, "COOKIE-ECHO"), in test_chunk_type_string()
121 CT_COOKIE_ECHO => Box::new(ChunkCookieEcho::unmarshal(&raw.slice(offset..))?), in unmarshal()