Searched refs:BrotliDecoderErrorCode (Results 1 – 4 of 4) sorted by relevance
115 BrotliDecoderState* s, BrotliDecoderErrorCode e) { in SaveErrorCode()134 static BrotliDecoderErrorCode DecodeWindowBits(BrotliDecoderState* s, in DecodeWindowBits()181 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( in DecodeVarLenUint8()225 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength()475 static BrotliDecoderErrorCode ReadSimpleHuffmanSymbols( in ReadSimpleHuffmanSymbols()593 static BrotliDecoderErrorCode ReadSymbolCodeLengths( in ReadSymbolCodeLengths()643 static BrotliDecoderErrorCode SafeReadSymbolCodeLengths( in SafeReadSymbolCodeLengths()692 static BrotliDecoderErrorCode ReadCodeLengthCodeLengths(BrotliDecoderState* s) { in ReadCodeLengthCodeLengths()748 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size_max, in ReadHuffmanCode()788 BrotliDecoderErrorCode result = in ReadHuffmanCode()[all …]
117 } BrotliDecoderErrorCode; typedef325 BROTLI_DEC_API BrotliDecoderErrorCode BrotliDecoderGetErrorCode(331 BROTLI_DEC_API const char* BrotliDecoderErrorString(BrotliDecoderErrorCode c);
38 type decodeError C.BrotliDecoderErrorCode42 C.GoString(C.BrotliDecoderErrorString(C.BrotliDecoderErrorCode(err)))
591 static CURLcode brotli_map_error(BrotliDecoderErrorCode be) in brotli_map_error()