Lines Matching defs:hash

232 PHP_HASH_API zend_result php_hash_serialize_spec(const php_hashcontext_object *hash, zval *zv, cons…  in php_hash_serialize_spec()
280 PHP_HASH_API int php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char… in php_hash_unserialize_spec()
334 PHP_HASH_API zend_result php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, z… in php_hash_serialize()
345 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize()
422 PHP_FUNCTION(hash) in PHP_FUNCTION() argument
618 php_hashcontext_object *hash; in PHP_FUNCTION() local
681 #define PHP_HASHCONTEXT_VERIFY(hash) { \ argument
692 php_hashcontext_object *hash; in PHP_FUNCTION() local
711 php_hashcontext_object *hash; in PHP_FUNCTION() local
748 php_hashcontext_object *hash; in PHP_FUNCTION() local
782 php_hashcontext_object *hash; in PHP_FUNCTION() local
1379 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local
1455 php_hashcontext_object *hash = php_hashcontext_from_object(Z_OBJ_P(object)); in PHP_METHOD() local
1503 php_hashcontext_object *hash = php_hashcontext_from_object(Z_OBJ_P(object)); in PHP_METHOD() local
1570 php_hashcontext_object *hash = php_hashcontext_from_object(Z_OBJ_P(object)); in ZEND_METHOD() local
1583 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument
1671 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument
1680 PHP_MINFO_FUNCTION(hash) in PHP_MINFO_FUNCTION() argument