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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp167 * @param cchFraction The length of the fraction.
172 static int rtAsn1Time_ConvertGeneralizedTimeFraction(PRTASN1CURSOR pCursor, const char *pchFraction, uint32_t cchFraction, argument
185 cchFraction--;
186 if (!cchFraction)
206 cchFraction--;
209 } while (cchFraction > 0 && uMult > 0);
215 if (cchFraction > 0)

Completed in 341 milliseconds