Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp16 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
25 g_Arcs[g_NumArcs++] = arcInfo; in RegisterArc()
57 if (g_Arcs[i]->Id == id) in FindFormatCalssId()
74 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
98 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
149 *isArc = g_Arcs[formatIndex]->IsArc; in GetIsArc()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp126 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
132 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
595 const CArcInfo &arc = *g_Arcs[i]; in Load()