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

/PHP_5_5/ext/hash/
H A Dhash.c811 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
812 if (algorithm_lookup.hash_name) {
813 ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1);
838 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
839 if (algorithm_lookup.mhash_name) {
840 RETURN_STRING(algorithm_lookup.mhash_name, 1);
870 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
871 if (algorithm_lookup.mhash_name) {
872 const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup
913 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
[all...]

Completed in 5 milliseconds