HomeSort by: relevance | last modified time | path
    Searched refs:BROTLI_DECODER_RESULT_ERROR (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/include/brotli/
decode.h 36 BROTLI_DECODER_RESULT_ERROR = 0,
198 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
236 * @returns ::BROTLI_DECODER_RESULT_ERROR if input is corrupted, memory
318 * ::BROTLI_DECODER_RESULT_ERROR.
  /xsrc/external/mit/brotli/dist/python/
_brotli.cc 417 ok = result != BROTLI_DECODER_RESULT_ERROR && !available_in;
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 128 return BROTLI_DECODER_RESULT_ERROR;
2046 return BROTLI_DECODER_RESULT_ERROR;
2053 result = BROTLI_DECODER_RESULT_ERROR;
2080 return BROTLI_DECODER_RESULT_ERROR;

Completed in 7 milliseconds