Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c51 char *mhash_name; member
1188 if (algorithm.mhash_name == NULL) { in mhash_init()
1192 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1242 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1243 RETURN_STRING(algorithm_lookup.mhash_name); in PHP_FUNCTION()
1272 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
1314 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()

Completed in 9 milliseconds