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.c52 char *hash_name; member
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()
1273 …sh_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name in PHP_FUNCTION()
1315 …sh_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name in PHP_FUNCTION()

Completed in 10 milliseconds