php_hash_fetch_ops 133 ext/hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 252 ext/hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 348 ext/hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 624 ext/hash/hash.c ops = php_hash_fetch_ops(algo, algo_len); php_hash_fetch_ops 917 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 960 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 142 ext/hash/php_hash.h PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len); php_hash_fetch_ops 780 ext/session/session.c php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(ZSTR_VAL(new_value), ZSTR_LEN(new_value));