Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c47 static zend_object_handlers php_hashcontext_handlers; variable
1368 zobj->handlers = &php_hashcontext_handlers; in php_hashcontext_create()
1638 memcpy(&php_hashcontext_handlers, &std_object_handlers, in PHP_MINIT_FUNCTION()
1640 php_hashcontext_handlers.offset = XtOffsetOf(php_hashcontext_object, std); in PHP_MINIT_FUNCTION()
1641 php_hashcontext_handlers.free_obj = php_hashcontext_free; in PHP_MINIT_FUNCTION()
1642 php_hashcontext_handlers.clone_obj = php_hashcontext_clone; in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds