Home
last modified time | relevance | path

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

/PHP-8.4/ext/hash/
H A Dhash.c50 char *mhash_name; member
1187 if (algorithm.mhash_name == NULL) { in mhash_init()
1191 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1241 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1242 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1271 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1313 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()

Completed in 11 milliseconds