algorithm_lookup  856 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm_lookup  857 ext/hash/hash.c 		if (algorithm_lookup.hash_name) {
algorithm_lookup  858 ext/hash/hash.c 			ZVAL_STRING(z_algorithm, algorithm_lookup.hash_name);
algorithm_lookup  883 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm_lookup  884 ext/hash/hash.c 		if (algorithm_lookup.mhash_name) {
algorithm_lookup  885 ext/hash/hash.c 			RETURN_STRING(algorithm_lookup.mhash_name);
algorithm_lookup  915 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm_lookup  916 ext/hash/hash.c 		if (algorithm_lookup.mhash_name) {
algorithm_lookup  917 ext/hash/hash.c 			const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name));
algorithm_lookup  958 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm_lookup  959 ext/hash/hash.c 		if (algorithm_lookup.mhash_name) {
algorithm_lookup  960 ext/hash/hash.c 			const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name));