OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_Arcs
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp
14
static const CArcInfo *
g_Arcs
[kNumArcsMax];
22
g_Arcs
[g_NumArcs++] = arcInfo;
51
if (
g_Arcs
[i]->ClassId == id)
68
const CArcInfo &arc = *
g_Arcs
[formatIndex];
91
const CArcInfo &arc = *
g_Arcs
[formatIndex];
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
181
static const CArcInfo *
g_Arcs
[kNumArcsMax];
185
g_Arcs
[g_NumArcs++] = arcInfo;
431
const CArcInfo &arc = *
g_Arcs
[i];
Completed in 133 milliseconds