Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash.c45 zend_class_entry *php_hashcontext_ce; variable
631 object_init_ex(return_value, php_hashcontext_ce); in PHP_FUNCTION()
683 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zhash, php_hashcontext_ce, &data) == FAILURE) { in PHP_FUNCTION()
703 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Or|l", &zhash, php_hashcontext_ce, &zstream, &length) … in PHP_FUNCTION()
743 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP|r!", &zhash, php_hashcontext_ce, &filename, &zconte… in PHP_FUNCTION()
775 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &zhash, php_hashcontext_ce, &raw_output) == FAIL… in PHP_FUNCTION()
829 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zhash, php_hashcontext_ce) == FAILURE) { in PHP_FUNCTION()
1614 php_hashcontext_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
1615 php_hashcontext_ce->ce_flags |= ZEND_ACC_FINAL; in PHP_MINIT_FUNCTION()
1616 php_hashcontext_ce->create_object = php_hashcontext_create; in PHP_MINIT_FUNCTION()
H A Dphp_hash.h140 extern PHP_HASH_API zend_class_entry *php_hashcontext_ce;

Completed in 10 milliseconds