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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp65 VDSCRIPTINTERPSCOPE ScopeRoot; member in struct:VDSCRIPTINTERPFNCALL
421 AssertMsgReturnVoid(pThis->pFnCallCurr->pScopeCurr != &pThis->pFnCallCurr->ScopeRoot,
766 pFnCall->ScopeRoot.pParent = NULL;
767 pFnCall->ScopeRoot.hStrSpaceVar = NULL;
768 pFnCall->pScopeCurr = &pFnCall->ScopeRoot;
780 bool fInserted = RTStrSpaceInsert(&pFnCall->ScopeRoot.hStrSpaceVar, &pVar->Core);
804 RTStrSpaceDestroy(&pFnCall->ScopeRoot.hStrSpaceVar, vdScriptInterpreterVarSpaceDestroy, NULL);
868 Assert(pFnCallFree->pScopeCurr == &pFnCallFree->ScopeRoot);
869 RTStrSpaceDestroy(&pFnCallFree->ScopeRoot.hStrSpaceVar, vdScriptInterpreterVarSpaceDestroy, NULL);

Completed in 44 milliseconds