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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp59 static size_t g_offOutput = 0; variable
139 if (g_offOutput < sizeof(g_szOutput) - 1)
141 g_szOutput[g_offOutput++] = *pch;
142 g_szOutput[g_offOutput] = '\0';
268 g_offOutput = 0;

Completed in 35 milliseconds