Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c453 typedef int (*compressFunc_t)(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int … typedef
455 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compres… in LZ4F_compressBlock()
490 static compressFunc_t LZ4F_selectCompression(blockMode_t blockMode, U32 level) in LZ4F_selectCompression()
529 compressFunc_t compress; in LZ4F_compressUpdate()
634 compressFunc_t compress; in LZ4F_flush()