Searched refs:s_aTerms (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrversion.cpp117 } s_aTerms[] = local
127 for (unsigned i = 0; i < RT_ELEMENTS(s_aTerms); i++)
128 if ( cchBlock == s_aTerms[i].cch
129 && !RTStrNCmp(s_aTerms[i].psz, *ppszVer, cchBlock))
131 iVal1 = s_aTerms[i].iValue;

Completed in 41 milliseconds