Home
last modified time | relevance | path

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

/external/brotli/c/include/brotli/
Ddecode.h154 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderSetParameter(
175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
183 BROTLI_DEC_API void BrotliDecoderDestroyInstance(BrotliDecoderState* state);
202 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompress(
246 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompressStream(
257 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderHasMoreOutput(
288 BROTLI_DEC_API const uint8_t* BrotliDecoderTakeOutput(
301 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* state);
311 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderIsFinished(
325 BROTLI_DEC_API BrotliDecoderErrorCode BrotliDecoderGetErrorCode(
[all …]
Dport.h254 #define BROTLI_DEC_API __declspec(dllexport) macro
256 #define BROTLI_DEC_API __declspec(dllimport) macro
265 #define BROTLI_DEC_API BROTLI_PUBLIC macro
270 #define BROTLI_DEC_API macro