Home
last modified time | relevance | path

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

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