Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c31 #define BROTLI_FAILURE(CODE) (BROTLI_DUMP(), CODE) macro
153 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in DecodeWindowBits()
158 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in DecodeWindowBits()
219 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeVarLenUint8()
278 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE); in DecodeMetaBlockLength()
302 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_RESERVED); in DecodeMetaBlockLength()
327 return BROTLI_FAILURE( in DecodeMetaBlockLength()
338 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeMetaBlockLength()
488 BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET); in ReadSimpleHuffmanSymbols()
499 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME); in ReadSimpleHuffmanSymbols()
[all …]