Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash.c42 char *mhash_name; member
791 if (algorithm.mhash_name == NULL) { in mhash_init()
795 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); in mhash_init()
846 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
847 RETURN_STRING(algorithm_lookup.mhash_name, 1); in PHP_FUNCTION()
878 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()
921 if (algorithm_lookup.mhash_name) { in PHP_FUNCTION()

Completed in 10 milliseconds