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

  /external/brotli/c/include/brotli/
decode.h 154 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...]
port.h 254 #define BROTLI_DEC_API __declspec(dllexport)
256 #define BROTLI_DEC_API __declspec(dllimport)
265 #define BROTLI_DEC_API BROTLI_PUBLIC
270 #define BROTLI_DEC_API

Completed in 42 milliseconds