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

  /external/bsdiff/
brotli_decompressor.cc 34 if (result == BROTLI_DECODER_RESULT_ERROR) {
  /external/brotli/c/include/brotli/
decode.h 36 BROTLI_DECODER_RESULT_ERROR = 0,
193 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
231 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
313 * ::BROTLI_DECODER_RESULT_ERROR.
  /external/brotli/go/cbrotli/
reader.go 117 case C.BROTLI_DECODER_RESULT_ERROR:
  /external/brotli/python/
_brotli.cc 417 ok = result != BROTLI_DECODER_RESULT_ERROR;
  /external/brotli/c/dec/
decode.c 112 return BROTLI_DECODER_RESULT_ERROR;
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 439 if (result == BROTLI_DECODER_RESULT_ERROR) {
    [all...]

Completed in 261 milliseconds