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

/PHP_TRUNK/ext/hash/
H A Dhash.c814 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
815 if (algorithm_lookup.hash_name) {
816 ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1);
841 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
842 if (algorithm_lookup.mhash_name) {
843 RETURN_STRING(algorithm_lookup.mhash_name, 1);
873 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
874 if (algorithm_lookup.mhash_name) {
875 const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup
916 struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; local
[all...]

Completed in 3 milliseconds