Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c44 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
660 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compress64kCtx() function
854 result = LZ4_compress64kCtx(ctx, source, dest, isize, osize); in real_LZ4_compress()