Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash.c818 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
819 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()
820 ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1); in PHP_FUNCTION()
845 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
846 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
847 RETURN_STRING(algorithm_lookup.mhash_name, 1); in PHP_FUNCTION()
877 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
878 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
879 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
921 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds