Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash.c1206 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1207 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()
1208 algo = zend_string_init(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name), 0); in PHP_FUNCTION()
1234 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1235 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1236 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1264 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1265 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1266 …*ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lo… in PHP_FUNCTION()
1307 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
[all …]

Completed in 29 milliseconds