Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/modules/brotli/dec/
H A Ddecode.h22 BROTLI_RESULT_ERROR = 0, enumerator
H A Ddecode.c101 default: return BROTLI_RESULT_ERROR; in SaveErrorCode()
1822 result = BROTLI_RESULT_ERROR; in BrotliDecompressBuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsHTTPCompressConv.cpp197 if (res == BROTLI_RESULT_ERROR) { in BrotliHandler()