Searched refs:LZ4_LEGACY (Results 1 – 2 of 2) sorted by relevance
81 comp_opts.version = LZ4_LEGACY; in lz4_dump_options()121 if(comp_opts->version != LZ4_LEGACY) { in lz4_extract_options()173 if(comp_opts->version != LZ4_LEGACY) { in lz4_check_options()198 if(comp_opts->version != LZ4_LEGACY) { in lz4_display_options()
51 #define LZ4_LEGACY 1 macro