Searched refs:savedScope (Results 1 – 2 of 2) sorted by relevance
508 iter->savedScope = NULL; in SecureDTInitEntryIterator()523 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()530 iter->savedScope = newScope; in SecureDTEnterEntry()541 newScope = iter->savedScope; in SecureDTExitEntry()545 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()585 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()586 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
104 DTSavedScopePtr savedScope; member