Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c113 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode() function
2001 return SaveErrorCode( in BrotliDecoderDecompressStream()
2321 return SaveErrorCode(s, in BrotliDecoderDecompressStream()
2335 default: return SaveErrorCode(s, BROTLI_FAILURE( in BrotliDecoderDecompressStream()
2434 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream()
2437 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream()
2467 if ((int)status < 0) SaveErrorCode(s, status); in BrotliDecoderTakeOutput()