Searched defs:BrotliInput (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dstreams.h36 } BrotliInput; typedef in typeref:struct:__anon11691
39 static BROTLI_INLINE int BrotliRead(BrotliInput in, uint8_t* buf, size_t len) {
70 BrotliInput BrotliInitMemInput(const uint8_t* buffer, size_t length,
89 BrotliInput BrotliStdinInput();

Completed in 2095 milliseconds