php_hash_fetch_ops  139 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  256 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  351 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  629 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  879 ext/hash/hash.c 			const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name));
php_hash_fetch_ops  922 ext/hash/hash.c 			const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.hash_name));
php_hash_fetch_ops  728 ext/session/session.c 	php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length);