Searched refs:zend_hash_next_free_element (Results 1 – 5 of 5) sorted by relevance
479 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()514 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
36 zend_long index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
317 static zend_always_inline zend_long zend_hash_next_free_element(const HashTable *ht) { in zend_hash_next_free_element() function
441 numitems = zend_hash_next_free_element(&EG(regular_list)); in php_dba_find()1230 numitems = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
2129 uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()2169 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()
Completed in 44 milliseconds