Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash.c383 context = php_hash_alloc_context(ops); in php_hash_do_hash()
526 context = php_hash_alloc_context(ops); in php_hash_do_hash_hmac()
646 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
931 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1026 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1338 context = php_hash_alloc_context(ops); in PHP_FUNCTION()
1421 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()
1558 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 11 milliseconds