Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c51 char *hash_name; member
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()
1272 …sh_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name in PHP_FUNCTION()
1314 …sh_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name in PHP_FUNCTION()

Completed in 8 milliseconds