Home
last modified time | relevance | path

Searched refs:ht_iterators (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_hash.c457 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()
468 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
476 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()
480 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()
482 iter = EG(ht_iterators) + EG(ht_iterators_count); in zend_hash_iterator_add()
487 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
494 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos()
556 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
576 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()
593 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_update()
[all …]
H A Dzend_globals.h226 HashTableIterator *ht_iterators; member
H A Dzend_execute_API.c180 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()
181 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()
416 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()
417 efree(EG(ht_iterators)); in shutdown_executor()
H A Dzend_vm_def.h6554 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos + 1; variable
6658 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; variable
6715 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; variable
H A Dzend_vm_execute.h21605 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos + 1; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
21709 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
21766 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
/PHP-7.4/ext/spl/
H A Dspl_array.c136 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()
146 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
/PHP-7.4/ext/standard/
H A Darray.c1411 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local

Completed in 198 milliseconds