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 in struct:mhash_bc_entry
784 if (algorithm.mhash_name == NULL) {
788 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name));
839 if (algorithm_lookup.mhash_name) {
840 RETURN_STRING(algorithm_lookup.mhash_name, 1);
871 if (algorithm_lookup.mhash_name) {
914 if (algorithm_lookup.mhash_name) {

Completed in 3 milliseconds