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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp165 size_t cchSecond = RTStrFormatNumber(&szTmp[cchFirst], pu128->s.Lo, 16, 8, 0, local
170 return cchFirst + cchSecond;
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp644 size_t cchSecond; local
678 cchSecond = offCur;
687 cchSecond = 0;
696 cchSecond = offCur;
710 if (cchSecond)
711 RTLogWriteUser(pszSecond, cchSecond);
720 if (cchSecond)
721 RTLogWriteDebugger(pszSecond, cchSecond);
733 if (cchSecond)
734 RTFileWrite(pLogger->pInt->hFile, pszSecond, cchSecond, NUL
[all...]

Completed in 46 milliseconds