Searched refs:php_hash_hashtable (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/hash/ |
H A D | hash.c | 44 HashTable php_hash_hashtable; variable 101 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops() 112 …zend_hash_add_ptr(&php_hash_hashtable, zend_string_init_interned(lower, algo_len, 1), (void *) ops… in php_hash_register_algo() 854 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_FUNCTION() 871 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_hash_hashtable, str, ops) { in PHP_FUNCTION() 1266 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION() 1308 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION() 1552 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION() 1635 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION() 1648 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_MINFO_FUNCTION()
|
Completed in 13 milliseconds