Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dlz4io.c1500 LZ4IO_getCompressedFileInfo(LZ4IO_cFileInfo_t* cfinfo, const char* input_filename) in LZ4IO_getCompressedFileInfo() argument
1507 cfinfo->fileSize = UTIL_getOpenFileSize(finput); in LZ4IO_getCompressedFileInfo()
1525 if (cfinfo->frameSummary.frameType != lz4Frame) cfinfo->eqFrameTypes = 0; in LZ4IO_getCompressedFileInfo()
1543 … if ((cfinfo->frameSummary.lz4FrameInfo.blockSizeID != frameInfo.lz4FrameInfo.blockSizeID || in LZ4IO_getCompressedFileInfo()
1544cfinfo->frameSummary.lz4FrameInfo.blockMode != frameInfo.lz4FrameInfo.blockMode) in LZ4IO_getCompressedFileInfo()
1545 && cfinfo->frameCount != 0) in LZ4IO_getCompressedFileInfo()
1546 cfinfo->eqBlockTypes = 0; in LZ4IO_getCompressedFileInfo()
1554 cfinfo->frameCount + 1, in LZ4IO_getCompressedFileInfo()
1566 … frameInfo.lz4FrameInfo.contentSize += cfinfo->frameSummary.lz4FrameInfo.contentSize; in LZ4IO_getCompressedFileInfo()
1570 cfinfo->allContentSize = 0; in LZ4IO_getCompressedFileInfo()
[all …]