algorithm_lookup 858 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm_lookup 859 ext/hash/hash.c if (algorithm_lookup.hash_name) { algorithm_lookup 860 ext/hash/hash.c ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1); algorithm_lookup 885 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm_lookup 886 ext/hash/hash.c if (algorithm_lookup.mhash_name) { algorithm_lookup 887 ext/hash/hash.c RETURN_STRING(algorithm_lookup.mhash_name, 1); algorithm_lookup 917 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm_lookup 918 ext/hash/hash.c if (algorithm_lookup.mhash_name) { algorithm_lookup 919 ext/hash/hash.c const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name)); algorithm_lookup 960 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm_lookup 961 ext/hash/hash.c if (algorithm_lookup.mhash_name) { algorithm_lookup 962 ext/hash/hash.c const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name));