HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_DECODER_RESULT_ERROR (Results 1 - 5 of 5) sorted by null

  /external/brotli/include/brotli/
decode.h 36 BROTLI_DECODER_RESULT_ERROR = 0,
168 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
206 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
312 * ::BROTLI_DECODER_RESULT_ERROR.
  /external/brotli/go/cbrotli/internal/
decoder.go 33 if (result.status != BROTLI_DECODER_RESULT_ERROR) {
  /external/brotli/tools/
bro.c 324 BrotliDecoderResult result = BROTLI_DECODER_RESULT_ERROR;
  /external/brotli/dec/
decode.c 97 return BROTLI_DECODER_RESULT_ERROR;
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 340 if (result == BROTLI_DECODER_RESULT_ERROR) {
    [all...]

Completed in 66 milliseconds