Lines Matching refs:BROTLI_FAILURE
31 #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()
724 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_CL_SPACE); in ReadCodeLengthCodeLengths()
846 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE); in ReadHuffmanCode()
859 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in ReadHuffmanCode()
1002 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP); in DecodeContextMap()
1079 BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT); in DecodeContextMap()
1104 BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in DecodeContextMap()
1268 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1); in WriteRingBuffer()
1350 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1); in CopyUncompressedBlockToOutput()
1662 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_UNREACHABLE); in ProcessCommandsInternal()
1807 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_DISTANCE); in ProcessCommandsInternal()
1824 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET); in ProcessCommandsInternal()
1850 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_TRANSFORM); in ProcessCommandsInternal()
1856 return BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_DICTIONARY); in ProcessCommandsInternal()
2002 s, BROTLI_FAILURE(BROTLI_DECODER_ERROR_INVALID_ARGUMENTS)); in BrotliDecoderDecompressStream()
2111 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS); in BrotliDecoderDecompressStream()
2127 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES); in BrotliDecoderDecompressStream()
2153 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_PADDING_1); in BrotliDecoderDecompressStream()
2266 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES); in BrotliDecoderDecompressStream()
2322 BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS)); in BrotliDecoderDecompressStream()
2335 default: return SaveErrorCode(s, BROTLI_FAILURE( in BrotliDecoderDecompressStream()
2346 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2); in BrotliDecoderDecompressStream()
2406 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2); in BrotliDecoderDecompressStream()
2415 result = BROTLI_FAILURE(BROTLI_DECODER_ERROR_FORMAT_PADDING_2); in BrotliDecoderDecompressStream()