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

/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c152 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
161 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
286 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
298 LZ4_SECURECOPY(ref, op, cpy);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c334 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
343 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
984 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
996 LZ4_SECURECOPY(ref, op, cpy);

Completed in 49 milliseconds