Home
last modified time | relevance | path

Searched refs:LZ4_WILDCOPY (Results 1 – 2 of 2) sorted by relevance

/lib/lz4/
Dlz4defs.h111 LZ4_WILDCOPY(s, d, e); \
138 #define LZ4_SECURECOPY LZ4_WILDCOPY
149 #define LZ4_WILDCOPY(s, d, e) \ macro
157 LZ4_WILDCOPY(s, d, e); \
Dlz4_decompress.c95 LZ4_WILDCOPY(ip, op, cpy); in lz4_uncompress()
221 LZ4_WILDCOPY(ip, op, cpy); in lz4_uncompress_unknownoutputsize()