Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_hash.c491 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()
502 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
510 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()
514 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()
516 iter = EG(ht_iterators) + EG(ht_iterators_count); in zend_hash_iterator_add()
521 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
528 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos()
590 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
610 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()
627 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_update()
[all …]
H A Dzend_globals.h238 HashTableIterator *ht_iterators; member
H A Dzend_execute_API.c185 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()
186 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()
467 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()
468 efree(EG(ht_iterators)); in shutdown_executor()
H A Dzend_weakrefs.c475 return &EG(ht_iterators)[iter->ht_iter].pos; in zend_weakmap_iterator_get_pos_ptr()
H A Dzend_vm_def.h6810 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in ZEND_VM_HELPER() local
6973 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
7032 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
H A Dzend_vm_execute.h2746 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in zend_fe_fetch_object_helper_SPEC() local
22024 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22083 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
/PHP-8.1/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-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c2440 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
/PHP-8.1/ext/standard/
H A Darray.c1413 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local

Completed in 215 milliseconds