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