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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp368 const char *pszStartOutput = pszFormat; local
377 if (pszStartOutput != pszFormat)
378 cch += pfnOutput(pvArgOutput, pszStartOutput, pszFormat - pszStartOutput);
383 pszStartOutput = pszFormat++;
766 pszStartOutput = pszFormat = va_arg(args, const char *);
767 AssertPtr(pszStartOutput);
814 pszStartOutput = pszFormat;
822 if (pszStartOutput != pszFormat)
823 cch += pfnOutput(pvArgOutput, pszStartOutput, pszForma
[all...]

Completed in 141 milliseconds