Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/programs/
H A Dlz4cli.c472 …if (!strcmp(argument, "--frame-crc")) { LZ4IO_setStreamChecksumMode(prefs, 1); BMK_skipChecksums(… in main()
473 …if (!strcmp(argument, "--no-frame-crc")) { LZ4IO_setStreamChecksumMode(prefs, 0); BMK_skipChecksu… in main()
474 …if (!strcmp(argument, "--no-crc")) { LZ4IO_setStreamChecksumMode(prefs, 0); LZ4IO_setBlockChecksu… in main()
H A Dlz4io.h111 int LZ4IO_setStreamChecksumMode(LZ4IO_prefs_t* const prefs, int xxhash);
H A Dlz4io.c308 int LZ4IO_setStreamChecksumMode(LZ4IO_prefs_t* const prefs, int enable) in LZ4IO_setStreamChecksumMode() function