7zCompressionMode.cpp |
|
49 |
7zCompressionMode.h |
if (Bonds.Empty()), then default bonds must be created
if (Filter_was_Inserted)
{
Methods[0] is filter method
Bonds don't contain bonds for filter (these bonds must be created)
}
|
1546 |
7zDecode.cpp |
inSize |
15490 |
7zDecode.h |
|
1434 |
7zEncode.cpp |
outSize |
18455 |
7zEncode.h |
|
2123 |
7zExtract.cpp |
if (processedSize)
processedSize += size;
break;
|
10540 |
7zFolderInStream.cpp |
|
2935 |
7zFolderInStream.h |
|
1354 |
7zHandler.cpp |
index |
19278 |
7zHandler.h |
|
3617 |
7zHandlerOut.cpp |
|
25241 |
7zHeader.cpp |
|
501 |
7zHeader.h |
|
2538 |
7zIn.cpp |
if (_pos < _size)
{
Byte val = _buffer[_pos];
if ((unsigned)val < 0x80)
{
_pos++;
return (unsigned)val;
}
}
|
42341 |
7zIn.h |
We don't need to init isEncrypted and passwordIsDefined
We must upgrade them only |
10804 |
7zItem.h |
int FindBond_for_UnpackStream(UInt32 unpackStream) const
{
FOR_VECTOR(i, Bonds)
if (Bonds[i].UnpackIndex == unpackStream)
return i;
return -1;
}
int FindOutCoder() const
{
for (int i = (int)Coders.Size() - 1; i >= 0; i--)
if (FindBond_for_UnpackStream(i) < 0)
return i;
return -1;
}
|
3629 |
7zOut.cpp |
CStartHeader sh;
sh.NextHeaderOffset = (UInt32)(Int32)-1;
sh.NextHeaderSize = (UInt32)(Int32)-1;
sh.NextHeaderCRC = 0;
WriteStartHeader(sh);
|
23100 |
7zOut.h |
bool WriteCTime;
bool WriteATime;
bool WriteMTime;
|
7612 |
7zProperties.cpp |
RemoveOneItem(fileInfoPopIDs, NID::kParent);
RemoveOneItem(fileInfoPopIDs, NID::kNtSecure);
|
4114 |
7zProperties.h |
|
293 |
7zRegister.cpp |
|
373 |
7zSpecStream.cpp |
|
605 |
7zSpecStream.h |
|
876 |
7zUpdate.cpp |
---------- PE ---------- |
65892 |
7zUpdate.h |
struct CTreeFolder
{
UString Name;
int Parent;
CIntVector SubFolders;
int UpdateItemIndex;
int SortIndex;
int SortIndexEnd;
CTreeFolder(): UpdateItemIndex(-1) {}
};
|
3014 |
StdAfx.cpp |
|
38 |
StdAfx.h |
|
104 |