Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c45 HashTable php_hash_hashtable; variable
109 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops()
120 …zend_hash_add_ptr(&php_hash_hashtable, zend_string_init_interned(lower, algo_len, 1), (void *) ops… in php_hash_register_algo()
871 ZEND_HASH_MAP_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_FUNCTION()
888 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(&php_hash_hashtable, str, ops) { in PHP_FUNCTION()
1273 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION()
1315 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION()
1567 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
1655 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION()
1668 ZEND_HASH_MAP_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_MINFO_FUNCTION()

Completed in 8 milliseconds