Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c489 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
521 pid = zend_hash_next_free_element(disp->dispid_to_name); in generate_dispids()
/PHP-5.5/Zend/
H A Dzend_list.c44 index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
H A Dzend_hash.h172 ZEND_API ulong zend_hash_next_free_element(const HashTable *ht);
H A Dzend_hash.c1617 ZEND_API ulong zend_hash_next_free_element(const HashTable *ht) in zend_hash_next_free_element() function
/PHP-5.5/ext/dba/
H A Ddba.c595 numitems = zend_hash_next_free_element(&EG(regular_list)); in php_dba_find()
1240 numitems = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c476 nument = zend_hash_next_free_element(&EG(regular_list)); in _close_odbc_conn()
504 nument = zend_hash_next_free_element(&EG(persistent_list)); in _close_odbc_pconn()
1131 nument = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
1142 nument = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()
2724 nument = zend_hash_next_free_element(&EG(regular_list)); in PHP_FUNCTION()

Completed in 41 milliseconds