Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c823 LZ4HC_compress_generic_noDictCtx ( in LZ4HC_compress_generic_noDictCtx() function
852 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic_dictCtx()
857 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic_dictCtx()
875 … return LZ4HC_compress_generic_noDictCtx(ctx, src, dst, srcSizePtr, dstCapacity, cLevel, limit); in LZ4HC_compress_generic()