Searched refs:CArcInfo (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 16 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/ |
D | RegisterArc.h | 8 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/ |
D | LoadCodecs.cpp | 126 static const CArcInfo *g_Arcs[kNumArcsMax]; 128 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() 595 const CArcInfo &arc = *g_Arcs[i]; in Load()
|