Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/
H A Dhash.c384 context = php_hash_alloc_context(ops); in php_hash_do_hash()
527 context = php_hash_alloc_context(ops); in php_hash_do_hash_hmac()
647 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
932 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1027 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1328 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1411 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()
1548 hash->context = php_hash_alloc_context(ops); in PHP_METHOD()
H A Dphp_hash.h156 static inline void *php_hash_alloc_context(const php_hash_ops *ops) { in php_hash_alloc_context() function

Completed in 17 milliseconds