Searched defs:LZ4_SECURECOPY (Results 1 – 2 of 2) sorted by relevance
157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro166 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
365 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro374 #define LZ4_SECURECOPY LZ4_WILDCOPY macro