Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c818 typedef int (*compressFunc_t)(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int … typedef
827 compressFunc_t compress, void* lz4ctx, int level, in LZ4F_makeBlock()
894 static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode, int level, LZ4F_blockCompr… in LZ4F_selectCompression()
942compressFunc_t const compress = LZ4F_selectCompression(cctxPtr->prefs.frameInfo.blockMode, cctxPtr… in LZ4F_compressUpdateImpl()
1110 compressFunc_t compress; in LZ4F_flush()