Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dlz4io.c1117 unsigned char MNstore[MAGICNUMBER_SIZE], in LZ4IO_passThrough()
1125 if (fwrite(MNstore, 1, MAGICNUMBER_SIZE, foutput) != MAGICNUMBER_SIZE) { in LZ4IO_passThrough()
1163 unsigned char MNstore[MAGICNUMBER_SIZE]; in selectDecoder() local
1175 size_t const nbReadBytes = fread(MNstore, 1, MAGICNUMBER_SIZE, finput); in selectDecoder()
1179 magicNumber = LZ4IO_readLE32(MNstore); /* Little Endian format */ in selectDecoder()
1193 { size_t const nbReadBytes = fread(MNstore, 1, 4, finput); in selectDecoder()
1197 { unsigned const size = LZ4IO_readLE32(MNstore); in selectDecoder()
1209 return LZ4IO_passThrough(finput, foutput, MNstore, prefs->sparseFileSupport); in selectDecoder()