Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_wrapper.c464 pid = zend_hash_next_free_element(disp->dispid_to_name) - 1; in generate_dispids()
499 pid = zend_hash_next_free_element(disp->dispid_to_name) - 1; in generate_dispids()
/php-src/Zend/
H A Dzend_list.c36 zend_long index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
H A Dzend_hash.h321 static zend_always_inline zend_long zend_hash_next_free_element(const HashTable *ht) { in zend_hash_next_free_element() function
/php-src/ext/opcache/
H A DZendAccelerator.c2140 uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()
2180 uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); in persistent_compile_file()

Completed in 36 milliseconds