Lines Matching refs:stat
1316 CDecompressStat stat;
1337 hashCalc, errorMessage, stat);
1417 if (stat.NumFolders != 0)
1418 *so << "Folders: " << stat.NumFolders << endl;
1419 if (stat.NumFiles != 1 || stat.NumFolders != 0 || stat.NumAltStreams != 0)
1420 *so << "Files: " << stat.NumFiles << endl;
1421 if (stat.NumAltStreams != 0)
1423 *so << "Alternate Streams: " << stat.NumAltStreams << endl;
1424 *so << "Alternate Streams Size: " << stat.AltStreams_UnpackSize << endl;
1428 << "Size: " << stat.UnpackSize << endl
1429 << "Compressed: " << stat.PackSize << endl;