Home
last modified time | relevance | path

Searched refs:LZ4IO_setBlockChecksumMode (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dlz4io.h71 int LZ4IO_setBlockChecksumMode(int xxhash);
Dlz4cli.c380 … case 'X': LZ4IO_setBlockChecksumMode(1); argument ++; break; /* currently disables */ in main()
Dlz4io.c190 int LZ4IO_setBlockChecksumMode(int xxhash) in LZ4IO_setBlockChecksumMode() function