Searched refs:php_pspell_config_object_from_zend_object (Results 1 – 1 of 1) sorted by relevance
118 static php_pspell_config_object *php_pspell_config_object_from_zend_object(zend_object *zobj) { in php_pspell_config_object_from_zend_object() function146 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 5 milliseconds