Home
last modified time | relevance | path

Searched refs:CArcInfo (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp16 static const CArcInfo *g_Arcs[kNumArcsMax];
18 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc()
74 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
98 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
/external/lzma/CPP/7zip/Common/
DRegisterArc.h8 struct CArcInfo struct
27 void RegisterArc(const CArcInfo *arcInfo) throw(); argument
43 …static const CArcInfo g_ArcInfo = { flags, id, sigSize, offs, sig, n, e, ae, crIn, crOut, isArc } …
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp126 static const CArcInfo *g_Arcs[kNumArcsMax];
128 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc()
595 const CArcInfo &arc = *g_Arcs[i]; in Load()