Searched defs:pchInnerValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxCPP.cpp2907 const char *pchInnerValue = &pszValue[cchPrefix + 1]; local
2908 while (cchInnerValue > 0 && RT_C_IS_SPACE(*pchInnerValue))
2909 cchInnerValue--, pchInnerValue++;
2910 while (cchInnerValue > 0 && RT_C_IS_SPACE(pchInnerValue[cchInnerValue - 1]))
2912 if (!cchInnerValue || !RT_C_IS_XDIGIT(*pchInnerValue))
2915 rc = RTStrToUInt64Ex(pchInnerValue, &pszNext, 0, &u64);
2936 pszType, pszDefine, cchInnerValue, pchInnerValue);

Completed in 81 milliseconds