Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash.c44 HashTable php_hash_hashtable; variable
108 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops()
119 …zend_hash_add_ptr(&php_hash_hashtable, zend_string_init_interned(lower, algo_len, 1), (void *) ops… in php_hash_register_algo()
870 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_FUNCTION()
887 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_hash_hashtable, str, ops) { in PHP_FUNCTION()
1283 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION()
1325 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION()
1577 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
1665 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION()
1678 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_MINFO_FUNCTION()

Completed in 8 milliseconds