Home
last modified time | relevance | path

Searched refs:CArcInfo (Results 1 – 7 of 7) 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()
72 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
96 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
DLzmaHandler.cpp574 static CArcInfo g_ArcInfo =
592 static CArcInfo g_ArcInfo =
DSplitHandler.cpp360 static CArcInfo g_ArcInfo =
DXzHandler.cpp982 static CArcInfo g_ArcInfo =
/external/lzma/CPP/7zip/Common/
DRegisterArc.h8 struct CArcInfo struct
29 void RegisterArc(const CArcInfo *arcInfo) throw(); argument
/external/lzma/CPP/7zip/Archive/7z/
D7zRegister.cpp15 static CArcInfo g_ArcInfo =
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp82 static const CArcInfo *g_Arcs[kNumArcsMax];
84 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc()
559 const CArcInfo &arc = *g_Arcs[i]; in Load()