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

  /external/brotli/c/include/brotli/
encode.h 229 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderSetParameter(
246 BROTLI_ENC_API BrotliEncoderState* BrotliEncoderCreateInstance(
254 BROTLI_ENC_API void BrotliEncoderDestroyInstance(BrotliEncoderState* state);
266 BROTLI_ENC_API size_t BrotliEncoderMaxCompressedSize(size_t input_size);
291 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderCompress(
359 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderCompressStream(
372 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderIsFinished(BrotliEncoderState* state);
381 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderHasMoreOutput(
412 BROTLI_ENC_API const uint8_t* BrotliEncoderTakeOutput(
421 BROTLI_ENC_API uint32_t BrotliEncoderVersion(void)
    [all...]
port.h 259 #define BROTLI_ENC_API __declspec(dllexport)
261 #define BROTLI_ENC_API __declspec(dllimport)
266 #define BROTLI_ENC_API BROTLI_PUBLIC
271 #define BROTLI_ENC_API

Completed in 458 milliseconds