Lines Matching refs:enchant_dict_ce

68 zend_class_entry *enchant_dict_ce;  variable
200 enchant_dict_ce = register_class_EnchantDictionary(); in PHP_MINIT_FUNCTION()
201 enchant_dict_ce->create_object = enchant_dict_create_object; in PHP_MINIT_FUNCTION()
202 enchant_dict_ce->default_object_handlers = &enchant_dict_handlers; in PHP_MINIT_FUNCTION()
458 object_init_ex(return_value, enchant_dict_ce); in PHP_FUNCTION()
492 object_init_ex(return_value, enchant_dict_ce); in PHP_FUNCTION()
508 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &dict, enchant_dict_ce) == FAILURE) { in PHP_FUNCTION()
600 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|z", &dict, enchant_dict_ce, &word, &wordlen, &sugg)… in PHP_FUNCTION()
645 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &dict, enchant_dict_ce, &word, &wordlen) == FAILU… in PHP_FUNCTION()
665 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &dict, enchant_dict_ce, &word, &wordlen) == FAILU… in PHP_FUNCTION()
693 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &dict, enchant_dict_ce, &word, &wordlen) == FAILU… in PHP_FUNCTION()
711 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &dict, enchant_dict_ce, &word, &wordlen) == FAILU… in PHP_FUNCTION()
729 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &dict, enchant_dict_ce, &word, &wordlen) == FAILU… in PHP_FUNCTION()
751 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oss", &dict, enchant_dict_ce, &mis, &mislen, &cor, &co… in PHP_FUNCTION()
768 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &dict, enchant_dict_ce) == FAILURE) { in PHP_FUNCTION()
789 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &dict, enchant_dict_ce) == FAILURE) { in PHP_FUNCTION()