Lines Matching refs:currentIndex
509 iter->currentIndex = 0; in SecureDTInitEntryIterator()
526 newScope->index = iter->currentIndex; in SecureDTEnterEntry()
531 iter->currentIndex = 0; in SecureDTEnterEntry()
548 iter->currentIndex = newScope->index; in SecureDTExitEntry()
559 if (iter->currentIndex >= iter->currentScope->nChildren) { in SecureDTIterateEntries()
563 iter->currentIndex++; in SecureDTIterateEntries()
564 if (iter->currentIndex == 1) { in SecureDTIterateEntries()
593 iter->currentIndex = 0; in SecureDTRestartEntryIteration()
647 iter->currentIndex = 0; in SecureDTInitPropertyIterator()
654 if (iter->currentIndex >= iter->entry->nProperties) { in SecureDTIterateProperties()
658 iter->currentIndex++; in SecureDTIterateProperties()
659 if (iter->currentIndex == 1) { in SecureDTIterateProperties()
674 iter->currentIndex = 0; in SecureDTRestartPropertyIteration()