• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_FAILURE

31 #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()
732 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_CL_SPACE); in ReadCodeLengthCodeLengths()
854 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE); in ReadHuffmanCode()
867 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in ReadHuffmanCode()
1012 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP); in DecodeContextMap()
1089 BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT); in DecodeContextMap()
1114 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeContextMap()
1278 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1); in WriteRingBuffer()
1360 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1); in CopyUncompressedBlockToOutput()
1759 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in ProcessCommandsInternal()
1904 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_DISTANCE); in ProcessCommandsInternal()
1921 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET); in ProcessCommandsInternal()
1947 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_TRANSFORM); in ProcessCommandsInternal()
1953 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_DICTIONARY); in ProcessCommandsInternal()
2084 s, BROTLI_FAILURE(BROTLI_DECODER_ERROR_INVALID_ARGUMENTS)); in BrotliDecoderDecompressStream()
2193 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in BrotliDecoderDecompressStream()
2209 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES); in BrotliDecoderDecompressStream()
2235 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_PADDING_1); in BrotliDecoderDecompressStream()
2360 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES); in BrotliDecoderDecompressStream()
2418 BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS)); in BrotliDecoderDecompressStream()
2431 default: return SaveErrorCode(s, BROTLI_FAILURE( in BrotliDecoderDecompressStream()
2449 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2); in BrotliDecoderDecompressStream()
2508 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2); in BrotliDecoderDecompressStream()
2517 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_PADDING_2); in BrotliDecoderDecompressStream()