Home
last modified time | relevance | path

Searched refs:zend_hash_next_free_element (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c481 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
516 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
/PHP-8.0/Zend/
H A Dzend_list.c37 index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
H A Dzend_hash.h277 #define zend_hash_next_free_element(ht) \ macro
/PHP-8.0/ext/dba/
H A Ddba.c510 numitems = zend_hash_next_free_element(&EG(regular_list)); in php_dba_find()
1191 numitems = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c2152 uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()
2192 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()

Completed in 34 milliseconds