Lines Matching refs:currentIndex
389 iter->currentIndex = 0; in SecureDTInitEntryIterator()
406 newScope->index = iter->currentIndex; in SecureDTEnterEntry()
411 iter->currentIndex = 0; in SecureDTEnterEntry()
428 iter->currentIndex = newScope->index; in SecureDTExitEntry()
439 if (iter->currentIndex >= iter->currentScope->nChildren) { in SecureDTIterateEntries()
443 iter->currentIndex++; in SecureDTIterateEntries()
444 if (iter->currentIndex == 1) { in SecureDTIterateEntries()
473 iter->currentIndex = 0; in SecureDTRestartEntryIteration()
527 iter->currentIndex = 0; in SecureDTInitPropertyIterator()
534 if (iter->currentIndex >= iter->entry->nProperties) { in SecureDTIterateProperties()
538 iter->currentIndex++; in SecureDTIterateProperties()
539 if (iter->currentIndex == 1) { in SecureDTIterateProperties()
554 iter->currentIndex = 0; in SecureDTRestartPropertyIteration()