Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/
H A Dhash.c38 char *mhash_name; member
934 if (algorithm.mhash_name == NULL) { in mhash_init()
938 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
988 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
989 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1020 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1063 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()

Completed in 8 milliseconds