Home
last modified time | relevance | path

Searched refs:BrotliDecoderErrorCode (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/dec/
Ddecode.c114 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 …]
/external/brotli/c/include/brotli/
Ddecode.h117 } BrotliDecoderErrorCode; typedef
325 BROTLI_DEC_API BrotliDecoderErrorCode BrotliDecoderGetErrorCode(
331 BROTLI_DEC_API const char* BrotliDecoderErrorString(BrotliDecoderErrorCode c);
/external/brotli/go/cbrotli/
Dreader.go38 type decodeError C.BrotliDecoderErrorCode
42 C.GoString(C.BrotliDecoderErrorString(C.BrotliDecoderErrorCode(err)))
/external/curl/lib/
Dcontent_encoding.c591 static CURLcode brotli_map_error(BrotliDecoderErrorCode be) in brotli_map_error()