Searched refs:LZ4_SECURECOPY (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 166 #define LZ4_SECURECOPY LZ4_WILDCOPY macro 294 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize() 306 LZ4_SECURECOPY(ref, op, cpy); in LZ4_uncompress_unknownOutputSize()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 365 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro 374 #define LZ4_SECURECOPY LZ4_WILDCOPY macro 1023 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in real_LZ4_uncompress() 1035 LZ4_SECURECOPY(ref, op, cpy); in real_LZ4_uncompress() 1152 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize() 1164 LZ4_SECURECOPY(ref, op, cpy); in LZ4_uncompress_unknownOutputSize()
|