Searched refs:subExtIndex (Results 1 – 1 of 1) sorted by relevance
2943 int subExtIndex = ai.FindExtension(extension); in OpenStream() local2944 if (subExtIndex < 0) in OpenStream()2945 subExtIndex = 0; in OpenStream()2946 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream()