Searched refs:ht_iterators (Results 1 – 9 of 9) sorted by relevance
479 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()490 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()498 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()502 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()504 iter = EG(ht_iterators) + EG(ht_iterators_count); in zend_hash_iterator_add()509 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()516 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos()578 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()598 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()615 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_update()[all …]
228 HashTableIterator *ht_iterators; member
181 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()182 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()413 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()414 efree(EG(ht_iterators)); in shutdown_executor()
471 return &EG(ht_iterators)[iter->ht_iter].pos; in zend_weakmap_iterator_get_pos_ptr()
6773 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos;6883 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;6933 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
21728 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local21838 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local21888 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
128 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()138 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
2369 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
1391 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local
Completed in 167 milliseconds