Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_list.c39 index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
H A Dzend_hash.h248 #define zend_hash_next_free_element(ht) \ macro
/PHP-7.2/ext/com_dotnet/
H A Dcom_wrapper.c485 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
520 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
/PHP-7.2/ext/dba/
H A Ddba.c618 numitems = zend_hash_next_free_element(&EG(regular_list)); in php_dba_find()
1313 numitems = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c1992 uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()
2034 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()

Completed in 28 milliseconds