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
154 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in DecodeWindowBits()
159 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in DecodeWindowBits()
220 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeVarLenUint8()
280 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE); in DecodeMetaBlockLength()
304 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_RESERVED); in DecodeMetaBlockLength()
330 return BROTLI_FAILURE( in DecodeMetaBlockLength()
341 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeMetaBlockLength()
493 BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET); in ReadSimpleHuffmanSymbols()
504 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME); in ReadSimpleHuffmanSymbols()
[all …]