Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp16 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
25 g_Arcs[g_NumArcs++] = arcInfo; in RegisterArc()
58 if (g_Arcs[i]->Id == id) in FindFormatCalssId()
76 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
101 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
156 *isArc = g_Arcs[formatIndex]->IsArc; in GetIsArc()
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp114 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
120 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
789 const CArcInfo &arc = *g_Arcs[i]; in Load()

Completed in 2 milliseconds