Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_wrapper.c479 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()
/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.h311 static zend_always_inline zend_long zend_hash_next_free_element(const HashTable *ht) { in zend_hash_next_free_element() function
/php-src/ext/dba/
H A Ddba.c441 numitems = zend_hash_next_free_element(&EG(regular_list)); in php_dba_find()
1227 numitems = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
/php-src/ext/opcache/
H A DZendAccelerator.c2129 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 32 milliseconds