Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
166 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c399 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro
408 #define LZ4_SECURECOPY LZ4_WILDCOPY macro