php_hash_fetch_ops 138 hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 219 hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 333 hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 737 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 780 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 651 session/session.c php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length);