Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c499 typedef int (*compressFunc_t)(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int … typedef
501 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compres… in LZ4F_compressBlock()
534 static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode, int level) in LZ4F_selectCompression()
571compressFunc_t const compress = LZ4F_selectCompression(cctxPtr->prefs.frameInfo.blockMode, cctxPtr… in LZ4F_compressUpdate()
662 compressFunc_t compress; in LZ4F_flush()