OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumFolders
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
Extract.h
69
UInt64
NumFolders
;
75
NumArchives = UnpackSize = AltStreams_UnpackSize = PackSize =
NumFolders
= NumFiles = NumAltStreams = 0;
ArchiveExtractCallback.h
227
UInt64
NumFolders
;
254
NumFolders
= NumFiles = NumAltStreams = UnpackSize = AltStreams_UnpackSize = 0;
/external/lzma/C/
7z.h
95
UInt32
NumFolders
;
/external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h
284
UInt64
NumFolders
;
/external/lzma/CPP/7zip/Archive/7z/
7zIn.h
45
CNum
NumFolders
;
50
CUInt32DefVector FolderCRCs; //
NumFolders
51
CObjArray<CNum> NumUnpackStreamsVector; //
NumFolders
54
CObjArray<CNum> FoToCoderUnpackSizes; //
NumFolders
+ 1
55
CObjArray<CNum> FoStartPackStreamIndex; //
NumFolders
+ 1
56
CObjArray<Byte> FoToMainUnpackSizeIndex; //
NumFolders
58
CObjArray<size_t> FoCodersDataOffset; //
NumFolders
+ 1
86
NumFolders
= 0;
143
for (CNum i = 0; i <
NumFolders
; i++)
Completed in 90 milliseconds