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

/PHP_TRUNK/ext/hash/
H A Dhash.c42 char *mhash_name; member in struct:mhash_bc_entry
787 if (algorithm.mhash_name == NULL) {
791 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name));
842 if (algorithm_lookup.mhash_name) {
843 RETURN_STRING(algorithm_lookup.mhash_name, 1);
874 if (algorithm_lookup.mhash_name) {
917 if (algorithm_lookup.mhash_name) {

Completed in 4 milliseconds