Searched refs:CArcInfo (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | RegisterArc.h | 8 struct CArcInfo
struct 29 void RegisterArc(const CArcInfo *arcInfo) throw();
45 static const CArcInfo g_ArcInfo = { flags, id, sigSize, offs, sig, n, e, ae, tf, crIn, crOut, isArc } ; \
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | ArchiveExports.cpp | 16 static const CArcInfo *g_Arcs[kNumArcsMax];
18 void RegisterArc(const CArcInfo *arcInfo) throw()
in RegisterArc() 76 const CArcInfo &arc = *g_Arcs[formatIndex];
in CreateArchiver() 101 const CArcInfo &arc = *g_Arcs[formatIndex];
in GetHandlerProperty2()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 114 static const CArcInfo *g_Arcs[kNumArcsMax];
116 void RegisterArc(const CArcInfo *arcInfo) throw()
in RegisterArc() 789 const CArcInfo &arc = *g_Arcs[i];
in Load()
|
Completed in 3 milliseconds