Home
last modified time | relevance | path

Searched refs:php_hash_alloc_context (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash.c376 context = php_hash_alloc_context(ops); in php_hash_do_hash()
515 context = php_hash_alloc_context(ops); in php_hash_do_hash_hmac()
634 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
915 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1009 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1321 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1394 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()
1531 hash->context = php_hash_alloc_context(ops); in PHP_METHOD()
H A Dphp_hash.h149 static inline void *php_hash_alloc_context(const php_hash_ops *ops) { in php_hash_alloc_context() function

Completed in 11 milliseconds