Searched refs:currentScope (Results 1 – 2 of 2) sorted by relevance
382 iter->currentScope = (RealDTEntry) startEntry; in SecureDTInitEntryIterator()385 iter->currentScope = DTRootNode; in SecureDTInitEntryIterator()404 newScope->scope = iter->currentScope; in SecureDTEnterEntry()408 iter->currentScope = childEntry; in SecureDTEnterEntry()426 iter->currentScope = newScope->scope; in SecureDTExitEntry()439 if (iter->currentIndex >= iter->currentScope->nChildren) { in SecureDTIterateEntries()445 iter->currentEntry = GetFirstChild(iter->currentScope); in SecureDTIterateEntries()469 iter->currentScope = iter->outerScope; in SecureDTRestartEntryIteration()
102 RealDTEntry currentScope; member