Home
last modified time | relevance | path

Searched refs:next_copy (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_hash.c521 uint32_t next_idx = iter->next_copy; in zend_hash_remove_iterator_copies()
525 next_idx = cur_iter->next_copy; in zend_hash_remove_iterator_copies()
526 cur_iter->next_copy = cur_idx; // avoid recursion in zend_hash_iterator_del in zend_hash_remove_iterator_copies()
529 iter->next_copy = idx; in zend_hash_remove_iterator_copies()
546 iter->next_copy = idx; in zend_hash_iterator_add()
566 iter->next_copy = idx; in zend_hash_iterator_add()
575 uint32_t next_idx = iter->next_copy; in zend_hash_iterator_find_copy_pos()
595 next_idx = copy_iter->next_copy; in zend_hash_iterator_find_copy_pos()
657 if (UNEXPECTED(iter->next_copy != idx)) { in zend_hash_iterator_del()
2350 copy_iter->next_copy = iter->next_copy; in zend_array_dup_ht_iterators()
[all …]
H A Dzend_types.h553 uint32_t next_copy; // circular linked list via index into EG(ht_iterators) member

Completed in 22 milliseconds