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

/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dlz4.c171 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
180 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
305 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
317 LZ4_SECURECOPY(ref, op, cpy);
/freebsd-10.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 47 milliseconds