Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash.c50 char *mhash_name; member
1181 if (algorithm.mhash_name == NULL) { in mhash_init()
1185 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1235 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1236 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1265 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1307 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()

Completed in 17 milliseconds