Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_hash.c332 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()
343 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
351 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()
355 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()
357 iter = EG(ht_iterators) + EG(ht_iterators_count); in zend_hash_iterator_add()
362 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()
369 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos()
391 HashTableIterator *iter = EG(ht_iterators) + idx; in zend_hash_iterator_pos_ex()
434 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
454 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_lower_pos()
[all …]
H A Dzend_globals.h218 HashTableIterator *ht_iterators; member
H A Dzend_execute_API.c183 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()
184 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()
407 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()
408 efree(EG(ht_iterators)); in shutdown_executor()
H A Dzend_vm_def.h6162 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos;
6288 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
6354 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
H A Dzend_vm_execute.h16119 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; local
16245 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; local
16311 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; local
/PHP-7.0/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()

Completed in 180 milliseconds