Searched refs:php_pspell_config_object (Results 1 – 1 of 1) sorted by relevance
116 } php_pspell_config_object; typedef118 static php_pspell_config_object *php_pspell_config_object_from_zend_object(zend_object *zobj) { in php_pspell_config_object_from_zend_object()119 return ((php_pspell_config_object*)(zobj + 1)) - 1; in php_pspell_config_object_from_zend_object()122 static zend_object *php_pspell_config_object_to_zend_object(php_pspell_config_object *obj) { in php_pspell_config_object_to_zend_object()134 php_pspell_config_object *obj = zend_object_alloc(sizeof(php_pspell_config_object), ce); in php_pspell_config_object_create()168 php_pspell_config_handlers.offset = XtOffsetOf(php_pspell_config_object, std); in PHP_MINIT_FUNCTION()
Completed in 6 milliseconds