Searched refs:LZ4_WILDCOPY (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 341 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) 350 #define LZ4_SECURECOPY LZ4_WILDCOPY 376 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro 377 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \ 932 LZ4_WILDCOPY(ip, op, cpy); in LZ4_uncompress_unknownOutputSize()
|