Searched refs:php_hashcontext_ce (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/hash/ |
H A D | hash.c | 45 zend_class_entry *php_hashcontext_ce; variable 643 object_init_ex(return_value, php_hashcontext_ce); in PHP_FUNCTION() 695 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zhash, php_hashcontext_ce, &data) == FAILURE) { in PHP_FUNCTION() 715 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Or|l", &zhash, php_hashcontext_ce, &zstream, &length) … in PHP_FUNCTION() 755 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP|r!", &zhash, php_hashcontext_ce, &filename, &zconte… in PHP_FUNCTION() 787 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &zhash, php_hashcontext_ce, &raw_output) == FAIL… in PHP_FUNCTION() 842 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zhash, php_hashcontext_ce) == FAILURE) { in PHP_FUNCTION() 1653 php_hashcontext_ce = register_class_HashContext(); in PHP_MINIT_FUNCTION() 1654 php_hashcontext_ce->create_object = php_hashcontext_create; in PHP_MINIT_FUNCTION()
|
H A D | php_hash.h | 147 extern PHP_HASH_API zend_class_entry *php_hashcontext_ce;
|
Completed in 10 milliseconds