Searched defs:nbReadBytes (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/programs/ |
D | lz4io.c | 1175 size_t const nbReadBytes = fread(MNstore, 1, MAGICNUMBER_SIZE, finput); in selectDecoder() local 1193 { size_t const nbReadBytes = fread(MNstore, 1, 4, finput); in selectDecoder() local 1513 { size_t const nbReadBytes = fread(buffer, 1, MAGICNUMBER_SIZE, finput); in LZ4IO_getCompressedFileInfo() local 1596 { size_t const nbReadBytes = fread(buffer, 1, 4, finput); in LZ4IO_getCompressedFileInfo() local
|