Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c967 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
968 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()
969 ZVAL_STRING(z_algorithm, algorithm_lookup.hash_name); in PHP_FUNCTION()
994 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
995 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
996 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1026 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1027 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1028 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
1070 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds