Home
last modified time | relevance | path

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

/PHP-5.6/ext/hash/
H A Dhash.c858 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
859 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()
860 ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1); in PHP_FUNCTION()
885 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
886 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
887 RETURN_STRING(algorithm_lookup.mhash_name, 1); in PHP_FUNCTION()
917 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
918 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
919 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
961 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds