Searched refs:ht_iterators (Results 1 – 9 of 9) sorted by relevance
518 HashTableIterator *iterators = EG(ht_iterators); in zend_hash_remove_iterator_copies()534 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()545 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()558 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()565 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()579 copy_iter = EG(ht_iterators) + next_idx; in zend_hash_iterator_find_copy_pos()671 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()691 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()708 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_update()721 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_advance()[all …]
259 HashTableIterator *ht_iterators; member
186 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()187 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()477 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()478 efree(EG(ht_iterators)); in shutdown_executor()
590 return &EG(ht_iterators)[iter->ht_iter].pos; in zend_weakmap_iterator_get_pos_ptr()
6916 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in ZEND_VM_HELPER() local7101 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; variable7121 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;7181 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
2870 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in zend_fe_fetch_object_helper_SPEC() local22450 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local22470 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local22530 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
117 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()127 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
2493 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
1452 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local
Completed in 190 milliseconds