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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c42 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
148 * LZ4_compressCtx() :
156 * Same as LZ4_compressCtx(), but specific to small inputs (<64KB).
469 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, function
856 result = LZ4_compressCtx(ctx, source, dest, isize, osize);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c65 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
155 * LZ4_compressCtx() :
163 * Same as LZ4_compressCtx(), but specific to small inputs (<64KB).
473 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, function
870 result = LZ4_compressCtx(ctx, source, dest, isize, osize);
881 return (LZ4_compressCtx(NULL, source, dest, isize, osize));

Completed in 70 milliseconds