Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_hash.c322 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()
333 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
341 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()
345 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()
347 iter = EG(ht_iterators) + EG(ht_iterators_count); in zend_hash_iterator_add()
352 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
359 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos()
381 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos_ex()
424 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
444 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()
[all …]
H A Dzend_globals.h217 HashTableIterator *ht_iterators; member
H A Dzend_execute_API.c179 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()
180 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()
383 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()
384 efree(EG(ht_iterators)); in shutdown_executor()
H A Dzend_vm_def.h5962 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos;
6078 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
6127 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
H A Dzend_vm_execute.h16928 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; local
17044 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; local
17093 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; local
/PHP-7.2/ext/spl/
H A Dspl_array.c138 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()
148 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
/PHP-7.2/ext/standard/
H A Darray.c1422 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local

Completed in 215 milliseconds