Searched refs:currentScope (Results 1 – 2 of 2) sorted by relevance
380 iter->currentScope = (RealDTEntry) startEntry; in SecureDTInitEntryIterator()383 iter->currentScope = DTRootNode; in SecureDTInitEntryIterator()402 newScope->scope = iter->currentScope; in SecureDTEnterEntry()406 iter->currentScope = childEntry; in SecureDTEnterEntry()424 iter->currentScope = newScope->scope; in SecureDTExitEntry()437 if (iter->currentIndex >= iter->currentScope->nChildren) { in SecureDTIterateEntries()443 iter->currentEntry = GetFirstChild(iter->currentScope); in SecureDTIterateEntries()467 iter->currentScope = iter->outerScope; in SecureDTRestartEntryIteration()
102 RealDTEntry currentScope; member