Searched refs:BrotliDecoderErrorCode (Results 1 – 4 of 4) sorted by relevance
114 BrotliDecoderState* s, BrotliDecoderErrorCode e) { in SaveErrorCode()133 static BrotliDecoderErrorCode DecodeWindowBits(BrotliDecoderState* s, in DecodeWindowBits()180 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( in DecodeVarLenUint8()224 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength()472 static BrotliDecoderErrorCode ReadSimpleHuffmanSymbols( in ReadSimpleHuffmanSymbols()588 static BrotliDecoderErrorCode ReadSymbolCodeLengths( in ReadSymbolCodeLengths()637 static BrotliDecoderErrorCode SafeReadSymbolCodeLengths( in SafeReadSymbolCodeLengths()685 static BrotliDecoderErrorCode ReadCodeLengthCodeLengths(BrotliDecoderState* s) { in ReadCodeLengthCodeLengths()740 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size, in ReadHuffmanCode()781 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()