Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4F_VERSION

257 unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; }
417 result = LZ4F_createCompressionContext(&cctxPtr, LZ4F_VERSION);
426 cctx.version = LZ4F_VERSION;
512 * The version provided MUST be LZ4F_VERSION. It is intended to track potential incompatible differences between different binaries.