Searched defs:LZ4_SECURECOPY (Results 1 – 2 of 2) sorted by relevance
349 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro358 #define LZ4_SECURECOPY LZ4_WILDCOPY macro
351 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro360 #define LZ4_SECURECOPY LZ4_WILDCOPY macro