Searched refs:LZ4IO_blockLinked (Results 1 – 2 of 2) sorted by relevance
103 typedef enum { LZ4IO_blockLinked=0, LZ4IO_blockIndependent} LZ4IO_blockMode_t; enumerator
508 case 'D': LZ4IO_setBlockMode(prefs, LZ4IO_blockLinked); argument++; break; in main()