Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds