Home
last modified time | relevance | path

Searched refs:php_hash_fetch_ops (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/hash/
H A Dphp_hash.h132 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, int algo_len);
H A Dhash.c89 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, int algo_len) /* {{{ */ in php_hash_fetch_ops() function
139 ops = php_hash_fetch_ops(algo, algo_len); in php_hash_do_hash()
256 ops = php_hash_fetch_ops(algo, algo_len); in php_hash_do_hash_hmac()
351 ops = php_hash_fetch_ops(algo, algo_len); in PHP_FUNCTION()
629 ops = php_hash_fetch_ops(algo, algo_len); in PHP_FUNCTION()
879 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
922 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c730 php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length); in PHP_INI_MH()

Completed in 16 milliseconds