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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMGuruMeditation.cpp72 size_t offSummary; member in struct:VMMR3FATALDUMPINFOHLP
128 size_t cchLeft = sizeof(pMyHlp->szSummary) - pMyHlp->offSummary;
133 size_t cch = RTStrPrintfV(&pMyHlp->szSummary[pMyHlp->offSummary], cchLeft, pszFormat, args);
136 pMyHlp->offSummary += cch;
198 pHlp->offSummary = 0;

Completed in 50 milliseconds