Searched refs:LZ4_SECURECOPY (Results 1 – 1 of 1) sorted by relevance
341 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e) macro350 #define LZ4_SECURECOPY LZ4_WILDCOPY macro993 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()1005 LZ4_SECURECOPY(ref, op, cpy); in LZ4_uncompress_unknownOutputSize()