Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c1212 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1213 if (algorithm_lookup.hash_name) { in PHP_FUNCTION()
1214 algo = zend_string_init(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name), 0); in PHP_FUNCTION()
1240 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1241 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1242 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1270 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; in PHP_FUNCTION() local
1271 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1272 …*ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lo… in PHP_FUNCTION()
1313 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds