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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp166 * @param pchFraction Pointer to the start of the fraction (dot).
172 static int rtAsn1Time_ConvertGeneralizedTimeFraction(PRTASN1CURSOR pCursor, const char *pchFraction, uint32_t cchFraction, argument
180 if (*pchFraction != '.')
183 pszErrorTag, *pchFraction, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
184 pchFraction++;
198 char chDigit = chLastDigit = *pchFraction;
207 pchFraction++;

Completed in 119 milliseconds