Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c118 static php_pspell_config_object *php_pspell_config_object_from_zend_object(zend_object *zobj) { in php_pspell_config_object_from_zend_object() function
146 delete_pspell_config(php_pspell_config_object_from_zend_object(zobj)->cfg); in php_pspell_config_object_free()
383 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
630 php_pspell_config_object_from_zend_object(Z_OBJ_P(return_value))->cfg = config; in PHP_FUNCTION()
644 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
662 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
688 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
706 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in pspell_config_path()
748 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
772 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()

Completed in 6 milliseconds