Searched refs:savedScope (Results 1 – 2 of 2) sorted by relevance
386 iter->savedScope = NULL; in SecureDTInitEntryIterator()401 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()408 iter->savedScope = newScope; in SecureDTEnterEntry()419 newScope = iter->savedScope; in SecureDTExitEntry()423 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()463 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()464 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
104 DTSavedScopePtr savedScope; member