Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4io.c1569 LZ4IO_getCompressedFileInfo(LZ4IO_cFileInfo_t* cfinfo, const char* input_filename) in LZ4IO_getCompressedFileInfo() argument
1576 cfinfo->fileSize = UTIL_getOpenFileSize(finput); in LZ4IO_getCompressedFileInfo()
1594 if (cfinfo->frameSummary.frameType != lz4Frame) cfinfo->eqFrameTypes = 0; in LZ4IO_getCompressedFileInfo()
1612 … if ((cfinfo->frameSummary.lz4FrameInfo.blockSizeID != frameInfo.lz4FrameInfo.blockSizeID || in LZ4IO_getCompressedFileInfo()
1613cfinfo->frameSummary.lz4FrameInfo.blockMode != frameInfo.lz4FrameInfo.blockMode) in LZ4IO_getCompressedFileInfo()
1614 && cfinfo->frameCount != 0) in LZ4IO_getCompressedFileInfo()
1615 cfinfo->eqBlockTypes = 0; in LZ4IO_getCompressedFileInfo()
1623 cfinfo->frameCount + 1, in LZ4IO_getCompressedFileInfo()
1635 … frameInfo.lz4FrameInfo.contentSize += cfinfo->frameSummary.lz4FrameInfo.contentSize; in LZ4IO_getCompressedFileInfo()
1639 cfinfo->allContentSize = 0; in LZ4IO_getCompressedFileInfo()
[all …]