Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2943 int subExtIndex = ai.FindExtension(extension); in OpenStream() local
2944 if (subExtIndex < 0) in OpenStream()
2945 subExtIndex = 0; in OpenStream()
2946 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream()