Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c763 static int LZ4HC_compress_generic_noDictCtx ( in LZ4HC_compress_generic_noDictCtx() function
791 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic_dictCtx()
796 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic_dictCtx()
813 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic()