Searched refs:savedScope (Results 1 – 2 of 2) sorted by relevance
388 iter->savedScope = NULL; in SecureDTInitEntryIterator()403 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()410 iter->savedScope = newScope; in SecureDTEnterEntry()421 newScope = iter->savedScope; in SecureDTExitEntry()425 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()465 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()466 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
104 DTSavedScopePtr savedScope; member