Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/programs/
H A Dlz4io.h108 int LZ4IO_setBlockChecksumMode(LZ4IO_prefs_t* const prefs, int xxhash);
H A Dlz4cli.c474 …gument, "--no-crc")) { LZ4IO_setStreamChecksumMode(prefs, 0); LZ4IO_setBlockChecksumMode(prefs, 0… in main()
614 … case 'X': LZ4IO_setBlockChecksumMode(prefs, 1); argument ++; break; /* disabled by default */ in main()
H A Dlz4io.c301 int LZ4IO_setBlockChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setBlockChecksumMode() function