Searched refs:LZ4_SECURECOPY (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/ |
H A D | lz4.c | 349 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 358 #define LZ4_SECURECOPY LZ4_WILDCOPY macro 1002 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize() 1014 LZ4_SECURECOPY(ref, op, cpy); in LZ4_uncompress_unknownOutputSize()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | lz4_zfs.c | 350 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 359 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
|