Home
last modified time | relevance | path

Searched defs:LZ4_SECURECOPY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c349 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
358 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c351 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
360 #define LZ4_SECURECOPY LZ4_WILDCOPY macro