Searched refs:ht_iterators_slots (Results 1 – 3 of 3) sorted by relevance
268 HashTableIterator ht_iterators_slots[16]; member
186 EG(ht_iterators_count) = sizeof(EG(ht_iterators_slots)) / sizeof(HashTableIterator); in init_executor()188 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()189 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()506 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()
559 if (EG(ht_iterators) == EG(ht_iterators_slots)) { in zend_hash_iterator_add()561 …memcpy(EG(ht_iterators), EG(ht_iterators_slots), sizeof(HashTableIterator) * EG(ht_iterators_count… in zend_hash_iterator_add()
Completed in 31 milliseconds