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

/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp108 } aTestStream[] = variable in typeref:struct:__anon16530
250 for (iTest; iTest < RT_ELEMENTS(aTestStream); iTest++)
255 int iResult = stream.AddData((BYTE*)aTestStream[iTest].pbData, aTestStream[iTest].cbData);
275 if (iResult != aTestStream[iTest].iResult)
278 iResult, aTestStream[iTest].iResult);
280 else if (uNumBlocks != aTestStream[iTest].uNumBlocks)
283 uNumBlocks, aTestStream[iTest].uNumBlocks);

Completed in 80 milliseconds