php_hash_fetch_ops  139 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  255 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  346 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  625 ext/hash/hash.c 	ops = php_hash_fetch_ops(algo, algo_len);
php_hash_fetch_ops  875 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  918 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  719 ext/session/session.c 	php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length);