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()
55 if (g_Arcs[i]->ClassId == id) in FindFormatCalssId()
72 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
96 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
147 *isArc = g_Arcs[formatIndex]->IsArc; in GetIsArc()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp82 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
88 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
559 const CArcInfo &arc = *g_Arcs[i]; in Load()